Skip to content

Commit ddf1bfc

Browse files
committed
fix: specify exact Node.js version 18.17.1 for Netlify
1 parent d65a9bc commit ddf1bfc

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.x"
7+
NODE_VERSION = "18.17.1" # Specific LTS version
88

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"export": "next export"
2424
},
2525
"engines": {
26-
"node": ">=18.0.0"
26+
"node": "18.17.1"
2727
},
2828
"dependencies": {
2929
"@radix-ui/react-dialog": "^1.1.5",

0 commit comments

Comments
 (0)