Skip to content

Commit

Permalink
ci: @graphql-eslint/eslint-plugin has dropped node 10 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Aug 21, 2021
1 parent e53f23b commit 402a0b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -27,7 +27,9 @@ jobs:
node-version: 8.x
- eslint-version: 6.x
node-version: 6.x
# 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
- test-graphql: true
node-version: 10.x
- test-graphql: true
node-version: 8.x
- test-graphql: true
Expand Down

0 comments on commit 402a0b8

Please sign in to comment.