Skip to content

Commit 63a10d3

Browse files
authored
chore: use node v22 on netlify (#2009)
1 parent eb14912 commit 63a10d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

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

55
[build.environment]
6-
NODE_VERSION = "20"
6+
NODE_VERSION = "22"
77
NODE_OPTIONS = "--max-old-space-size=8192"
88
PLAYWRIGHT_BROWSERS_PATH = "0"
99

0 commit comments

Comments
 (0)