From a17c107a0db2b94493ef3d75b58c1e9eeef57757 Mon Sep 17 00:00:00 2001 From: Demian Katz Date: Wed, 24 Apr 2024 11:12:07 -0400 Subject: [PATCH] Bump codesandbox node version. --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index d545114f5..1a304bfef 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -8,5 +8,5 @@ "uv-nextjs-example-uh9zi" ], "buildCommand": "prepublishOnly", - "node": "16" + "node": "18" }