Skip to content

Commit 76bd45e

Browse files
authoredApr 22, 2021
chore: add tests for Node 16 (#410)
1 parent 0813a83 commit 76bd45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
eslint-version: [7.x, 6.x, 5.x]
15-
node-version: [14.x, 12.x, 10.x, 8.x, 6.x]
15+
node-version: [16.x, 14.x, 12.x, 10.x, 8.x, 6.x]
1616

1717
exclude:
1818
# eslint 7 does not support node 6 or 8

0 commit comments

Comments
 (0)
Please sign in to comment.