Skip to content

Commit

Permalink
internal: add node@18 to supported versions and test it
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Apr 25, 2022
1 parent 23dba4e commit 989c531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{

"name": "graphql",
"version": "16.4.0",
"description": "A Query Language and Runtime which can target any service.",
Expand Down Expand Up @@ -27,7 +28,7 @@
"graphql-js"
],
"engines": {
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || ^17.0.0 || >=18.0.0"
},
"scripts": {
"preversion": ". ./resources/checkgit.sh && npm ci --ignore-scripts",
Expand Down

0 comments on commit 989c531

Please sign in to comment.