]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: set node engine to v16 (#4471)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Wed, 1 Sep 2021 20:39:09 +0000 (22:39 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Sep 2021 20:39:09 +0000 (16:39 -0400)
As some packages rely on the experimental "stream/web" package only available in node v16.5+,
this commit updates the `engines` property to reflect that.

package.json

index 152005c13762020855db35d64545de0f5c523be6..25c281ca4b0a9575c26ff61aeedc58655263ca7f 100644 (file)
@@ -42,7 +42,7 @@
     ]
   },
   "engines": {
-    "node": ">=10.0.0"
+    "node": ">=16.5.0"
   },
   "devDependencies": {
     "@babel/types": "^7.12.0",