Skip to content

Commit 640cec2

Browse files
authored
ci: add nodejs v16 to test matrix (#323)
1 parent 5609d02 commit 640cec2

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
node-version: [10.x, 12.x, 13.x, 14.x]
18+
node-version: [10, 12, 13, 14, 16]
1919
os: [macos-latest, ubuntu-latest, windows-latest]
2020

2121
steps:
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Run Tests
3434
run: |
35-
npm run test
35+
npm test
3636
3737
automerge:
3838
needs: test

0 commit comments

Comments
 (0)