diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d9a021c..00e54ac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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