From e3a39bc4b5c83ef5e664f48bc66731e7aa0a2897 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 4 Feb 2022 22:42:19 +0000 Subject: [PATCH] :wrench: Sets Node runtime to 16.13.2 LTS --- netlify.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index e0062796..c7c046b4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,6 +9,10 @@ publish = "dist" functions = "services/serverless-functions" +# Set the Node runtime to LTS +[context.production] + NODE_VERSION = "16.13.2" + # Site info, used for the 1-Click deploy page [template.environment] STATUSKIT_PAGE_TITLE = "Dashy" @@ -43,6 +47,6 @@ [[headers]] for = "/*" [headers.values] - # Uncomment to enable Netlify user control. You must have a paid plan. + # Uncomment to enable Netlify user control. Requires premium plan. # Basic-Auth = "someuser:somepassword anotheruser:anotherpassword"