From ec633132dfbd1f51b9f9299e66a3119e7cbb07ec Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Mon, 18 Aug 2025 14:49:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Node=20=E5=92=8C?= =?UTF-8?q?=20pnpm=20=E7=9A=84=E7=89=88=E6=9C=AC=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 Node 版本要求从 >=18 更新至 >=22,并将 pnpm 版本固定为 10.10.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4bd98f3..1470bc6 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "url-old": "https://github.com/codercup/unibest/issues" }, "engines": { - "node": ">=18", - "pnpm": ">=7.30" + "node": ">=22", + "pnpm": "10.10.0" }, "scripts": { "preinstall": "npx only-allow pnpm",