Update Node version for Netlify deployments

This commit is contained in:
Alicia Sykes
2024-03-04 13:47:15 +00:00
parent 4886e97f2c
commit 08e6bc6c27
4 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
command = "yarn build"
publish = "dist"
functions = "services/serverless-functions"
environment = { NODE_VERSION = "16.13.2" }
environment = { NODE_VERSION = "20.11.1", NODE_OPTIONS = "--openssl-legacy-provider" }
# Site info, used for the 1-Click deploy page
[template.environment]