Skip to content

Commit 402a0b8

Browse files
authored
ci: @graphql-eslint/eslint-plugin has dropped node 10 (#426)
1 parent e53f23b commit 402a0b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
node-version: 8.x
2828
- eslint-version: 6.x
2929
node-version: 6.x
30-
# the version of graphql-config used in @graphql-eslint/eslint-plugin does not support node 8
30+
# @graphql-eslint/eslint-plugin does not support node 6 or 8 or 10
31+
- test-graphql: true
32+
node-version: 10.x
3133
- test-graphql: true
3234
node-version: 8.x
3335
- test-graphql: true

0 commit comments

Comments
 (0)