Skip to content

Commit 00afd02

Browse files
committed
chore: update tests to run on node 12, 14, and 16
1 parent f518ec1 commit 00afd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
node: [ '10', '12', '14', '16' ]
17+
node: [ '12', '14', '16' ]
1818
name: test/node v${{ matrix.node }}
1919
runs-on: ubuntu-latest
2020
steps:

0 commit comments

Comments
 (0)