From ee0720f719ba11a94f1dd4f30be9529779af6dc1 Mon Sep 17 00:00:00 2001 From: daishi Date: Wed, 6 Mar 2024 11:15:06 +0900 Subject: [PATCH] csb ci to use node 18 --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index a59d926f..6afcb06a 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,5 @@ { "buildCommand": "compile", "sandboxes": ["new", "react-typescript-react-ts"], - "node": "14" + "node": "18" }