From 7f35617f64b6446014fab08c8d7aa393401a53dd Mon Sep 17 00:00:00 2001 From: golc <2483469113@qq.com> Date: Wed, 4 Mar 2026 09:51:09 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=8D=E7=BA=A7=20Vercel=20Node=20?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E5=88=B0=202.15.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @vercel/node@3.0.0 不支持 Node.js 20.x - 使用 @vercel/node@2.15.10 支持 Node.js 18.x-20.x Co-Authored-By: Claude Sonnet 4.6 --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 4990243..81097d4 100644 --- a/vercel.json +++ b/vercel.json @@ -3,7 +3,7 @@ "buildCommand": "pnpm run build", "functions": { "api/*.ts": { - "runtime": "@vercel/node@3.0.0" + "runtime": "@vercel/node@2.15.10" } } }