Skip to content

Commit

Permalink
Drop Node v15 (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 5, 2021
1 parent dba69ac commit 44b32fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion integrationTests/node/package.json
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 44b32fc

Please sign in to comment.