Skip to content

Commit b46e76c

Browse files
committed
chore: use node v22 on netlify
1 parent 959f019 commit b46e76c

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)