diff --git a/netlify.toml b/netlify.toml index 1b21680..d6cbe9e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,10 @@ [build] base = "/" publish = "dist" -command = "npm run build" +command = "pnpm run build" + +[build.environment] +NODE_VERSION = "18" [[redirects]] from = "/*"