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 Jun 1, 2021
1 parent bb56a04 commit ee74a8a
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 ee74a8a

Please sign in to comment.