From e44b8aa5bbbe15e68f9142380b42ecdaf47f1c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Thu, 14 Jul 2022 19:51:32 +0200 Subject: [PATCH] chore: fix codesandbox playgrounds, use Node.js 16 version (#7784) --- sandbox.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox.config.json b/sandbox.config.json index 95df40889a..d6a14e8a37 100644 --- a/sandbox.config.json +++ b/sandbox.config.json @@ -3,8 +3,8 @@ "hardReloadOnChange": true, "view": "browser", "template": "docusaurus", - "node": "14", + "node": "16", "container": { - "node": "14" + "node": "16" } }