From 803d8014181c5ceaa2c0c035e989b1725ec7e275 Mon Sep 17 00:00:00 2001 From: zhangtao <9480807882@qq.com> Date: Sun, 27 Jul 2025 00:42:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=99=8D=E4=BD=8Enode=E5=92=8Cnpm?= =?UTF-8?q?=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 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index fca48c9d..da8e130e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -57,8 +57,8 @@ "vite": "^6.3.5" }, "engines": { - "node": ">=22.0.0", - "npm": ">=11.0.0" + "node": ">=20.0.0", + "npm": ">=10.0.0" }, "repository": "https://gitee.com/tao__tao/fastapi_vue3_admin.git", "author": "948080782@qq.com",