From: Haoqun Jiang Date: Thu, 4 May 2023 07:02:59 +0000 (+0800) Subject: chore!: drop support for Node.js 14 as it reached EOL X-Git-Tag: v3.6.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c01de9a18a554a8fa4408f9477a2ff40aed20c9;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore!: drop support for Node.js 14 as it reached EOL --- diff --git a/package.json b/package.json index b831293c..a8972fc4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "template" ], "engines": { - "node": "^14.18.0 || >=16.0.0" + "node": ">=16.0.0" }, "scripts": { "prepare": "husky install",