]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: align Node version with Vite 7
authorskirtle <65301168+skirtles-code@users.noreply.github.com>
Tue, 1 Jul 2025 07:59:28 +0000 (08:59 +0100)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Tue, 1 Jul 2025 09:29:14 +0000 (11:29 +0200)
package.json

index 0d318f916b788ca646ab7f65e5a72d4e85078c51..3200547bae83dd6a199491d12ba8f64ba055a903 100644 (file)
@@ -14,7 +14,7 @@
     "!template/**/node_modules/.bin/*"
   ],
   "engines": {
-    "node": ">=v20.0.0"
+    "node": "^20.19.0 || >=22.12.0"
   },
   "scripts": {
     "prepare": "husky",