Skip to content

Commit 6800b4f

Browse files
authored
ci: add nodejs v16 to test matrix (#86)
1 parent 0e8c47f commit 6800b4f

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
services:
2121
redis:
2222
image: redis
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Run Tests
3939
run: |
40-
npm run test
40+
npm test
4141
4242
automerge:
4343
needs: test

0 commit comments

Comments
 (0)