diff --git a/.npmrc b/.npmrc index f3ce588..99b00fc 100644 --- a/.npmrc +++ b/.npmrc @@ -2,3 +2,4 @@ registry=https://registry.npmmirror.com/ shamefully-hoist=true strict-peer-dependencies=false auto-install-peers=true +engine-strict = true diff --git a/package.json b/package.json index 7623d1c..1f94280 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.9.3", "private": true, - "description": "", + "description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.", "author": { "name": "chansee97", "email": "chen.dev@foxmail.com", @@ -36,6 +36,9 @@ "naive-ui-admin", "UnoCSS" ], + "engines": { + "node": ">= 20" + }, "scripts": { "dev": "vite --mode dev --port 9980", "dev:test": "vite --mode test",