From 80fae9e58c2ddae1d7b491ba92b7bd4306a798d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20B?= <54446028+prototypa@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:24:36 -0400 Subject: [PATCH] Update sandbox.config.json --- sandbox.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.config.json b/sandbox.config.json index b12019e..1860764 100644 --- a/sandbox.config.json +++ b/sandbox.config.json @@ -6,6 +6,6 @@ "container": { "port": 3000, "startScript": "start", - "node": "16" + "node": "18" } }