From 0b1d4cdbdee0241b3965a4c86ef4bcddb0c3fbd9 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Wed, 20 Mar 2024 21:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20fix=20vercel=20deployme?= =?UTF-8?q?nt=20error=20again=20(#1658)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 6019253366ec..e60868887088 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,3 @@ { - "installCommand": "npx bun@1.0.31 install" + "installCommand": "npx bun@1.0.30 install" }