From: btea <2356281422@qq.com> Date: Tue, 1 Jul 2025 23:47:26 +0000 (+0800) Subject: chore: base template align node version with vite 7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f973c4700a415a07b2b27fe174c70e6d8daa16;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: base template align node version with vite 7 --- diff --git a/template/base/package.json b/template/base/package.json index 3109ae5f..d2827ea2 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -1,6 +1,9 @@ { "private": true, "type": "module", + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, "scripts": { "dev": "vite", "build": "vite build",