From d727b9db0fe39e5ac7b8f40ad5f45b3a3fcb99b0 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 5 Feb 2022 01:21:59 +0000 Subject: [PATCH] :wrench: Adds environmental params to Netlify config --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 381aeba9..4cbae19d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,6 +8,7 @@ command = "yarn build" publish = "dist" functions = "services/serverless-functions" + environment = { NODE_VERSION = "16.13.2" } # Site info, used for the 1-Click deploy page [template.environment]