From da12eb65a0d7128f2ca303983f417b9044e492b1 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 4 Mar 2024 13:58:00 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Sets=20YARN=5FFLAGS=20in=20Netlify?= =?UTF-8?q?=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 73d23e8e..9aca41e9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ command = "yarn build" publish = "dist" functions = "services/serverless-functions" - environment = { NODE_VERSION = "20.11.1", NODE_OPTIONS = "--openssl-legacy-provider" } + environment = { NODE_VERSION = "20.11.1", NODE_OPTIONS = "--openssl-legacy-provider", YARN_FLAGS = "--ignore-engines" } # Site info, used for the 1-Click deploy page [template.environment]