diff --git a/netlify.toml b/netlify.toml index 39df1889..aaa4b2a7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,6 @@ [build] publish = "build" -command = "make netlify" \ No newline at end of file +command = "make netlify" + +[build.environment] + NODE_VERSION = "18"