Skip to content

Commit 9cb682f

Browse files
committed
chore: update Node.js to version 22
1 parent 6032a41 commit 9cb682f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[build.environment]
66
NEXT_TELEMETRY_DISABLED = "1"
7-
NODE_VERSION = "18.17.1" # Specific LTS version
7+
NODE_VERSION = "22.0.0" # Updated to Node.js 22
88

99
[[plugins]]
1010
package = "@netlify/plugin-nextjs"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:e2e:ui": "playwright test --ui"
2323
},
2424
"engines": {
25-
"node": "18.17.1"
25+
"node": ">=22.0.0"
2626
},
2727
"dependencies": {
2828
"@radix-ui/react-dialog": "^1.1.5",

0 commit comments

Comments
 (0)