8000 Bump braces from 3.0.2 to 3.0.3 · Novage/wt-tracker@2f067ac · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump braces from 3.0.2 to 3.0.3 #10

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #10

Workflow file for this run

name: Build & Test PR
on:
pull_request:
jobs:
build-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Run tests
run: npm run test:coverage
0