Skip to content

Commit

Permalink
Merge pull request #5789 from darrellwarde/breaking/node-22
Browse files Browse the repository at this point in the history
Bump Node.js to 22.x
  • Loading branch information
darrellwarde authored Nov 14, 2024
2 parents 346f744 + 1a07d40 commit 91f1681
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/ten-starfishes-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@neo4j/introspector": major
"@neo4j/graphql": major
---

The Neo4j GraphQL Library and Introspector now required Node.js 22 or greater.
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dist/**/*.js.map"
],
"engines": {
"node": ">=20.0.0"
"node": ">=22.0.0"
},
"scripts": {
"build": "tsc --build src/tsconfig.production.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/introspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dist/**/*.js.map"
],
"engines": {
"node": ">=20.0.0"
"node": ">=22.0.0"
},
"scripts": {
"build:clean": "yarn clean && yarn build",
Expand Down

0 comments on commit 91f1681

Please sign in to comment.