Skip to content

Commit c443d47

Browse files
internal: add node@18 to supported versions and test it (#3544)
1 parent 23dba4e commit c443d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"graphql-js"
2828
],
2929
"engines": {
30-
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
30+
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || ^17.0.0 || >=18.0.0"
3131
},
3232
"scripts": {
3333
"preversion": ". ./resources/checkgit.sh && npm ci --ignore-scripts",

0 commit comments

Comments
 (0)