Skip to content

Commit aa88e44

Browse files
committed
chore: Set up the node build environment
1 parent 6083371 commit aa88e44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[build]
22
base = "/"
33
publish = "dist"
4-
command = "npm run build"
4+
command = "pnpm run build"
5+
6+
[build.environment]
7+
NODE_VERSION = "20"
58

69
[[redirects]]
710
from = "/*"

0 commit comments

Comments
 (0)