]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: bump node engine requirement to node 16.11 (#6183)
authorThorsten Lünborg <t.luenborg@googlemail.com>
Thu, 30 Jun 2022 03:05:40 +0000 (05:05 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 03:05:40 +0000 (23:05 -0400)
package.json

index 58d71ca93315e6690c5cfc49dfd70c207a33bd07..436b0370e5728c11aeae86ed28a504c66abc6ce1 100644 (file)
@@ -46,7 +46,7 @@
     ]
   },
   "engines": {
-    "node": ">=16.5.0"
+    "node": ">=16.11.0"
   },
   "devDependencies": {
     "@babel/types": "^7.12.0",