Skip to content

Commit

Permalink
CI: Add Node.js 14 and 16 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Aug 30, 2021
1 parent f9d70b7 commit 224860b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
node: ['10', '12']
node: ['10', '12', '14', '16']

name: Tests (Node.js v${{ matrix.node }})
runs-on: ubuntu-latest
Expand Down

0 comments on commit 224860b

Please sign in to comment.