]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
build: enforce node version on install (#881)
authorAlbert Liu <814921718@qq.com>
Wed, 25 Mar 2020 13:44:19 +0000 (21:44 +0800)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 13:44:19 +0000 (09:44 -0400)
package.json

index 251c977b4f6f4df4a3c3c4566c5de089703f46f7..772c47c23508b112f1275bc4197fa143b3c67cb4 100644 (file)
@@ -36,6 +36,9 @@
       "git add"
     ]
   },
+  "engines": {
+    "node": ">=10.0.0"
+  },
   "devDependencies": {
     "@microsoft/api-extractor": "^7.3.9",
     "@rollup/plugin-commonjs": "^11.0.2",