Skip to content

Commit 5a2a77d

Browse files
authored
fix: use Node.js 24 on Netlify (#2654)
1 parent 6b4b144 commit 5a2a77d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guide/hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ publish = 'dist'
159159
command = 'npm run build'
160160
161161
[build.environment]
162-
NODE_VERSION = '20'
162+
NODE_VERSION = '24'
163163
164164
[[redirects]]
165165
from = '/*'

docs/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish = ".vitepress/dist"
33
command = "pnpm run build"
44

55
[build.environment]
6-
NODE_VERSION = "20"
6+
NODE_VERSION = "24"
77
PLAYWRIGHT_BROWSERS_PATH = "0"
88

99
[[redirects]]

packages/create-app/template/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish = "dist"
33
command = "npm run build"
44

55
[build.environment]
6-
NODE_VERSION = "20"
6+
NODE_VERSION = "24"
77

88
[[redirects]]
99
from = "/.well-known/*"

0 commit comments

Comments
 (0)