From 97687897aab7be4ea06321373e984c8ccf2361d2 Mon Sep 17 00:00:00 2001 From: Araozu Date: Sat, 15 Oct 2022 00:19:21 -0500 Subject: [PATCH] net --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"