Skip to content

Commit

Permalink
chore: run tests on node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 12, 2020
1 parent 2bbad16 commit 968d190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x, 13.x]
node-version: [8.x, 10.x, 12.x, 13.x, 14.x]
eslint-version: [5, 6, 7]
exclude:
# eslint@7 doesn't support node@8
Expand Down

0 comments on commit 968d190

Please sign in to comment.