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]