diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7328d471e1..063422c189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node_version_to_setup: [12, 14, 15, 16] + node_version_to_setup: [12, 14, 16] steps: - name: Checkout repo uses: actions/checkout@v2 diff --git a/integrationTests/node/package.json b/integrationTests/node/package.json index f82e25810d..110060077b 100644 --- a/integrationTests/node/package.json +++ b/integrationTests/node/package.json @@ -7,7 +7,6 @@ "graphql": "file:../graphql.tgz", "node-12": "npm:node@12.x.x", "node-14": "npm:node@14.x.x", - "node-15": "npm:node@15.x.x", "node-16": "npm:node@16.x.x" } } diff --git a/package.json b/package.json index 1c445dd54d..d725425705 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "graphql-js" ], "engines": { - "node": "^12.20.0 || ^14.15.0 || ^15.9.0 || >=16.0.0" + "node": "^12.22.0 || ^14.16.0 || >=16.0.0" }, "scripts": { "preversion": ". ./resources/checkgit.sh && npm ci",