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 e53f23b commit 402a0b8Copy full SHA for 402a0b8
.github/workflows/ci.yml
@@ -27,7 +27,9 @@ jobs:
27
node-version: 8.x
28
- eslint-version: 6.x
29
node-version: 6.x
30
- # the version of graphql-config used in @graphql-eslint/eslint-plugin does not support node 8
+ # @graphql-eslint/eslint-plugin does not support node 6 or 8 or 10
31
+ - test-graphql: true
32
+ node-version: 10.x
33
- test-graphql: true
34
35
0 commit comments