From f02e0753118f030a493166291047a03afce0aeef Mon Sep 17 00:00:00 2001 From: Keith Date: Thu, 21 Sep 2023 12:00:37 +0900 Subject: [PATCH] chore: set node.js 18 --- sandbox.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.config.json b/sandbox.config.json index 46fbdd1aa..f01cbfbeb 100644 --- a/sandbox.config.json +++ b/sandbox.config.json @@ -3,6 +3,6 @@ "hardReloadOnChange": false, "view": "browser", "container": { - "node": "14" + "node": "18" } }