Skip to content

Commit

Permalink
Add node 14 and node 16 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Jan 30, 2022
1 parent 9f6edfa commit 76cb8e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [6.x, 8.x, 10.x, 12.x]
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x]

steps:

Expand All @@ -22,5 +22,3 @@ jobs:
- run: npm install

- run: npm test


0 comments on commit 76cb8e7

Please sign in to comment.