From 37f16a7ba64fafe28f3bfaf2aff5c594ed849f4e Mon Sep 17 00:00:00 2001 From: Filip Lindahl Date: Sat, 27 Jan 2024 21:43:01 +0100 Subject: [PATCH] bump node version in codesandbox ci --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index a59d926..6afcb06 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" }