From 402a0b85f96b79d24c8d78566c3286d86cdd3535 Mon Sep 17 00:00:00 2001 From: JounQin Date: Sat, 21 Aug 2021 15:47:45 +0800 Subject: [PATCH] ci: @graphql-eslint/eslint-plugin has dropped node 10 (#426) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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