]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore!: bump minimum Node.js version requirement
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 18 Jul 2022 07:28:58 +0000 (15:28 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 18 Jul 2022 07:28:58 +0000 (15:28 +0800)
To be inline with Vite 3

package.json

index a382fd1410800abea461a89ab9359dd5703b8e8a..27845319b3fec119214f94fd88b9afc1f97f3165 100644 (file)
@@ -11,7 +11,7 @@
     "template"
   ],
   "engines": {
-    "node": "^14.16.0 || >=16.0.0"
+    "node": "^14.18.0 || >=16.0.0"
   },
   "scripts": {
     "prepare": "husky install",