diff --git a/netlify.toml b/netlify.toml index 9f1313b..6de963a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build.environment] NPM_FLAGS="--version" -NODE_VERSION=16 +NODE_VERSION="16" [build] command = "npx pnpm install --store=node_modules/.pnpm-store && npx pnpm build"