Skip to content

Commit

Permalink
Add node@19 to integration tests + use it in CI (#3848)
Browse files Browse the repository at this point in the history
Motivation: to run it as part of integration tests and also use it in CI
  • Loading branch information
IvanGoncharov authored Feb 17, 2023
1 parent d10acda commit 342e448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v19
10 changes: 1 addition & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"graphql-js"
],
"engines": {
"node": "^14.19.0 || ^16.10.0 || >=18.0.0"
"node": "^14.19.0 || ^16.10.0 || ^18.0.0 || >=19.0.0"
},
"scripts": {
"preversion": ". ./resources/checkgit.sh && npm ci --ignore-scripts",
Expand Down

0 comments on commit 342e448

Please sign in to comment.