From b3a10f01528372184050155111bbb87dc9a9a0ad Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Thu, 5 Sep 2024 08:29:39 +0800 Subject: [PATCH] =?UTF-8?q?build:=20:package:=20=E4=BF=AE=E6=94=B9node?= =?UTF-8?q?=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 --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 316ad94f..d209bf11 100644 --- a/package.json +++ b/package.json @@ -118,10 +118,11 @@ "vite-plugin-vue-devtools": "^7.4.4", "vue-tsc": "^2.1.6" }, + "engines": { + "node": "^18.0.0 || ^20.7.0", + "pnpm": ">=9" + }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git", "author": "有来开源组织", - "license": "MIT", - "engines": { - "node": ">=18.0.0" - } + "license": "MIT" }