Skip to content

Commit 2ed0a28

Browse files
authored
Merge pull request #853 from dresende/test_multiple_node_versions
Run tests against multiple nodejs versions
2 parents c68e2ca + 01586f7 commit 2ed0a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: ['14']
25+
node-version: ['10', '12', '14', '16']
2626

2727
name: test on nodejs ${{ matrix.node-version }}
2828

0 commit comments

Comments
 (0)