From 94a4398471c141d69d481de1747582bf35367d4e Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Fri, 2 Dec 2022 18:45:43 -0500 Subject: [PATCH] Set node to v16 --- sandbox.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.config.json b/sandbox.config.json index 8e5877d..a8b5f3e 100644 --- a/sandbox.config.json +++ b/sandbox.config.json @@ -6,6 +6,6 @@ "container": { "port": 5173, "startScript": "start", - "node": "15" + "node": "16" } }