diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index f24553c..6afcb06 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,5 @@ { "buildCommand": "compile", "sandboxes": ["new", "react-typescript-react-ts"], - "node": "16" + "node": "18" }