From 73555ac5f0fa8dcedc71f887841372b891625393 Mon Sep 17 00:00:00 2001 From: golc <2483469113@qq.com> Date: Wed, 4 Mar 2026 09:46:03 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20engines=20=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BD=BF=E7=94=A8=20Vercel=20=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 package.json 中的 engines 配置 - 让 Vercel 使用项目设置中配置的 Node.js 版本 - 避免版本冲突 Co-Authored-By: Claude Sonnet 4.6 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 6b3fa03..b0cc637 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,6 @@ "author": "", "private": true, "license": "UNLICENSED", - "engines": { - "node": "20.x" - }, "scripts": { "build": "npx nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",