From 4178d198097ac2f6960c15aa0fcab21feffc29d7 Mon Sep 17 00:00:00 2001 From: prototypa Date: Tue, 24 Jan 2023 12:05:20 -0500 Subject: [PATCH] Update node to 16 --- sandbox.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.config.json b/sandbox.config.json index 9178af7..b12019e 100644 --- a/sandbox.config.json +++ b/sandbox.config.json @@ -6,6 +6,6 @@ "container": { "port": 3000, "startScript": "start", - "node": "14" + "node": "16" } }