From: btea <2356281422@qq.com> Date: Tue, 15 Jul 2025 09:03:52 +0000 (+0800) Subject: chore: base template align node version with vite 7 (#775) X-Git-Tag: v3.18.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=106c2699dc2b774ab0e2afd85c263386924ee0d0;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: base template align node version with vite 7 (#775) --- 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",