From: Haoqun Jiang Date: Mon, 18 Jul 2022 07:28:58 +0000 (+0800) Subject: chore!: bump minimum Node.js version requirement X-Git-Tag: v3.3.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f64409ccafdf9495e6b0b9eb947f0eee1e62d7d;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore!: bump minimum Node.js version requirement To be inline with Vite 3 --- diff --git a/package.json b/package.json index a382fd14..27845319 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "template" ], "engines": { - "node": "^14.16.0 || >=16.0.0" + "node": "^14.18.0 || >=16.0.0" }, "scripts": { "prepare": "husky install",