From 5efb0b4cf406f1e309acf2b6d1d7370ee8b401c9 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Wed, 20 Mar 2024 16:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20fix=20vercel=20deployme?= =?UTF-8?q?nt=20error=20(#1654)?= 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 78c7b3797023..6019253366ec 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,3 @@ { - "installCommand": "bun install" + "installCommand": "npx bun@1.0.31 install" }