Skip to content

Commit

Permalink
Merge pull request #1140 from Turbo87/node
Browse files Browse the repository at this point in the history
CI: Add Node.js 14 and 16 to the test matrix
  • Loading branch information
Turbo87 committed Aug 30, 2021
2 parents f9d70b7 + 224860b commit d513a20
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 d513a20

Please sign in to comment.