From d481315a66bfc5eeabbd54cc28d5640ce257d8dd Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Wed, 22 Oct 2025 19:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=91=B7=20chore:=20pin=20`bun@1.2.23`?= =?UTF-8?q?=20to=20fix=20vercel=20build=20(#9839)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pin bun --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 9e6fed838c1..91d92d5df47 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,4 @@ { "buildCommand": "bun run build", - "installCommand": "bun install" + "installCommand": "npx bun@1.2.23 install" }