Browse Source

build: enforce node version on install (#881)

Albert Liu 6 years ago
parent
commit
2ea14f60e0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -36,6 +36,9 @@
       "git add"
       "git add"
     ]
     ]
   },
   },
+  "engines": {
+    "node": ">=10.0.0"
+  },
   "devDependencies": {
   "devDependencies": {
     "@microsoft/api-extractor": "^7.3.9",
     "@microsoft/api-extractor": "^7.3.9",
     "@rollup/plugin-commonjs": "^11.0.2",
     "@rollup/plugin-commonjs": "^11.0.2",