Skip to content

Commit d3d46ea

Browse files
committed
fix: bump Node version to 20.18.0 for Netlify build
undici/cheerio requires the File global which is only available in Node 20+
1 parent e740dfc commit d3d46ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
command = "bash website/netlify-build.sh"
55

6-
environment = { NODE_VERSION = "18.13.0" }
6+
environment = { NODE_VERSION = "20.18.0" }
77

88
[context.production.environment]
99
ENABLE_INDEX = "1"

0 commit comments

Comments
 (0)