Skip to content

Commit 2ea14f6

Browse files
authored
build: enforce node version on install (#881)
1 parent eb55caa commit 2ea14f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"git add"
3737
]
3838
},
39+
"engines": {
40+
"node": ">=10.0.0"
41+
},
3942
"devDependencies": {
4043
"@microsoft/api-extractor": "^7.3.9",
4144
"@rollup/plugin-commonjs": "^11.0.2",

0 commit comments

Comments
 (0)