Skip to content

Commit 5f571bf

Browse files
committed
ci: fix arguments to npm test, add node 20
1 parent 1d3fdd2 commit 5f571bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
node-version: [16.x, 18.x]
9+
node-version: [16.x, 18.x, 20.x]
1010
platform:
1111
- os: ubuntu-latest
1212
shell: bash
@@ -37,4 +37,4 @@ jobs:
3737
run: npm ci
3838

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

0 commit comments

Comments
 (0)