From 63e6a8449785104146e2305598afb59dce6b7729 Mon Sep 17 00:00:00 2001 From: Outsider Date: Tue, 26 Oct 2021 02:01:50 +0900 Subject: [PATCH] ci: run netlify with Node 16 Signed-off-by: Outsider --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index e9ee7d4443..b99f9a36f5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -14,7 +14,7 @@ [build.environment] DEBUG = "mocha:docs*" - NODE_VERSION = "12" + NODE_VERSION = "16" RUBY_VERSION = "2.7.1" [context.deploy-preview]