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" }