Skip to content

Commit bec8201

Browse files
chore: bump Node.js to 20 for Netlify (#233)
1 parent 8d71540 commit bec8201

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

netlify.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[build]
2+
base = "frontend"
3+
command = "npm run build"
4+
publish = ".next"
5+
6+
[functions]
7+
node_bundler = "esbuild"
8+
9+
[build.environment]
10+
NODE_VERSION = "20.11.1"
11+
12+
[[plugins]]
13+
package = "@netlify/plugin-nextjs"

0 commit comments

Comments
 (0)