From c69ac030010887318c4c3b27b644bc10aad6ede9 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Thu, 6 Jan 2022 13:20:56 +0100 Subject: [PATCH] chore(site): use Node.js 16 (#3949) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index b87aea606c0..e36c9098e4e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ publish = "site/dist" [build.environment] - NODE_VERSION = "12" + NODE_VERSION = "16" AWS_LAMBDA_JS_RUNTIME = "nodejs14.x" [functions]