We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e5591 commit f8f08e4Copy full SHA for f8f08e4
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,9 @@ jobs:
21
- eslint-version: 7.x
22
node-version: 6.x
23
# eslint 6 does not support node 6
24
+ # the version of chalk used in eslint 6 does not support node 8
25
+ - eslint-version: 6.x
26
+ node-version: 8.x
27
- eslint-version: 6.x
28
29
0 commit comments