]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore!: drop support for Node.js 14 as it reached EOL
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 4 May 2023 07:02:59 +0000 (15:02 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 4 May 2023 07:02:59 +0000 (15:02 +0800)
package.json

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