From 5d860ba06bb81e8220c1b742414e72bea1bba52f Mon Sep 17 00:00:00 2001 From: JounQin Date: Thu, 11 Jan 2024 18:18:29 +0800 Subject: [PATCH] ci: try Node v20 for CodeSandbox CI --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 7224be6..58d8854 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,5 @@ { - "node": "18", + "node": "20", "packages": [ "packages/*" ],