diff --git a/netlify.toml b/netlify.toml index 0c24a45e..2e388e9e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,3 +3,5 @@ publish = "build/" command = "npm run build" +[build.environment] + NODE_VERSION = "22"