Skip to content

Commit 4c2314e

Browse files
authored
ci: add nodejs v16 to test matrix (#91)
1 parent 900c2bf commit 4c2314e

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
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x]
19+
node-version: [10, 12, 14, 16]
2020
os: [macos-latest, ubuntu-latest, windows-latest]
2121

2222
steps:
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Run Tests
3535
run: |
36-
npm run test
36+
npm test
3737
3838
automerge:
3939
needs: test

0 commit comments

Comments
 (0)