We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d70b7 commit 224860bCopy full SHA for 224860b
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
test:
14
strategy:
15
matrix:
16
- node: ['10', '12']
+ node: ['10', '12', '14', '16']
17
18
name: Tests (Node.js v${{ matrix.node }})
19
runs-on: ubuntu-latest
0 commit comments