Skip to content

Commit

Permalink
ci: fix arguments to npm test, add node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 25, 2023
1 parent 1d3fdd2 commit 5f571bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
run: npm ci

- name: Run Tests
run: npm test -- -c -t0 --statements=80 --branches=80 --functions=80 --lines=80
run: npm test -- -c -t0

0 comments on commit 5f571bf

Please sign in to comment.