Skip to content

Commit 44b32fc

Browse files
Drop Node v15 (#3055)
1 parent dba69ac commit 44b32fc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ubuntu-latest
140140
strategy:
141141
matrix:
142-
node_version_to_setup: [12, 14, 15, 16]
142+
node_version_to_setup: [12, 14, 16]
143143
steps:
144144
- name: Checkout repo
145145
uses: actions/checkout@v2

integrationTests/node/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"graphql": "file:../graphql.tgz",
88
"node-12": "npm:[email protected]",
99
"node-14": "npm:[email protected]",
10-
"node-15": "npm:[email protected]",
1110
"node-16": "npm:[email protected]"
1211
}
1312
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"graphql-js"
2222
],
2323
"engines": {
24-
"node": "^12.20.0 || ^14.15.0 || ^15.9.0 || >=16.0.0"
24+
"node": "^12.22.0 || ^14.16.0 || >=16.0.0"
2525
},
2626
"scripts": {
2727
"preversion": ". ./resources/checkgit.sh && npm ci",

0 commit comments

Comments
 (0)