From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:59:28 +0000 (+0100) Subject: chore: align Node version with Vite 7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e76b0bcb9ec8e88b0b399d745ec656fc1f11b0;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: align Node version with Vite 7 --- diff --git a/package.json b/package.json index 0d318f91..3200547b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "!template/**/node_modules/.bin/*" ], "engines": { - "node": ">=v20.0.0" + "node": "^20.19.0 || >=22.12.0" }, "scripts": { "prepare": "husky",