From 642a4f99e6515b7f01e9afa56a258c395c1494ba Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 17 Feb 2022 13:46:09 +0900 Subject: [PATCH] codesandbox container node 16 --- sandbox.config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sandbox.config.json b/sandbox.config.json index 9f3dacb..549106c 100644 --- a/sandbox.config.json +++ b/sandbox.config.json @@ -1 +1,6 @@ -{ "template": "node" } +{ + "template": "node", + "container": { + "node": "16" + } +}