diff --git a/netlify.toml b/netlify.toml index 809704f..f50e803 100755 --- a/netlify.toml +++ b/netlify.toml @@ -2,6 +2,9 @@ publish = "dist" command = "yarn build" +[build.environment] +NODE_VERSION = "18" + [[headers]] for = "/*" # This defines which paths this specific [[headers]] block will cover.