Skip to content

Commit 976d296

Browse files
committed
feat: Add netlify.toml with Node.js version 20
1 parent e42bbea commit 976d296

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build]
2+
command = "npm run build"
3+
publish = "build"
4+
5+
[context.production.environment]
6+
NODE_VERSION = "20"

0 commit comments

Comments
 (0)