From 34be09da3452f250bf1a8f3ab4eeb0d8c363246d Mon Sep 17 00:00:00 2001 From: Daniel Lehr Date: Fri, 24 Nov 2023 10:54:23 +0100 Subject: [PATCH] Update netlify.toml --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index a6b7582..f576fe4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build.environment] - NODE_VERSION = "16" + NODE_VERSION = "18" NPM_FLAGS = "--version" # prevent Netlify npm install [build] publish = "packages/demo/dist" - command = "npx -y pnpm@7 install --store=node_modules/.pnpm-store && npx -y pnpm@7 demo:build" + command = "npx -y pnpm@8 install --store=node_modules/.pnpm-store && npx -y pnpm@8 demo:build"