]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: change node version to 18.3.0 or higher
authoryordan.ramchev <yordan.ramchev@mentormate.com>
Tue, 23 Apr 2024 08:46:40 +0000 (11:46 +0300)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Tue, 23 Apr 2024 09:05:22 +0000 (11:05 +0200)
package.json

index 11c4845dd15895abe7a53631e0b6940d3f7a32aa..5aa67b7b5b3a11dff1421924d2a1cd8d175398a7 100644 (file)
@@ -13,7 +13,7 @@
     "template"
   ],
   "engines": {
-    "node": ">=v16.20.0"
+    "node": ">=v18.3.0"
   },
   "scripts": {
     "prepare": "husky",