Skip to content

Commit 342e448

Browse files
Add node@19 to integration tests + use it in CI (#3848)
Motivation: to run it as part of integration tests and also use it in CI
1 parent d10acda commit 342e448

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v19

package-lock.json

Lines changed: 1 addition & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"graphql-js"
2727
],
2828
"engines": {
29-
"node": "^14.19.0 || ^16.10.0 || >=18.0.0"
29+
"node": "^14.19.0 || ^16.10.0 || ^18.0.0 || >=19.0.0"
3030
},
3131
"scripts": {
3232
"preversion": ". ./resources/checkgit.sh && npm ci --ignore-scripts",

0 commit comments

Comments
 (0)