build: enforce node version on install (#881)
This commit is contained in:
parent
eb55caa712
commit
2ea14f60e0
@ -36,6 +36,9 @@
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "^7.3.9",
|
||||
"@rollup/plugin-commonjs": "^11.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user