build: enforce node version on install (#881)

This commit is contained in:
Albert Liu 2020-03-25 21:44:19 +08:00 committed by GitHub
parent eb55caa712
commit 2ea14f60e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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",