]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore!: bump minimal Node.js version requirement (from 14.13.1 to 14.16.0)
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 31 May 2022 12:10:52 +0000 (20:10 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 31 May 2022 12:10:52 +0000 (20:10 +0800)
BREAKING CHANGE:

It's because `vitest` requires >= 14.16.0.
I expect few people will be affected though.

package.json

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