Skip to content

Commit

Permalink
chore: add tests for Node 16 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Apr 22, 2021
1 parent 0813a83 commit 76bd45e
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 @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
eslint-version: [7.x, 6.x, 5.x]
node-version: [14.x, 12.x, 10.x, 8.x, 6.x]
node-version: [16.x, 14.x, 12.x, 10.x, 8.x, 6.x]

exclude:
# eslint 7 does not support node 6 or 8
Expand Down

0 comments on commit 76bd45e

Please sign in to comment.