Skip to content

Commit 132e0fc

Browse files
committed
Limit node versions to 10> and <15
1 parent 20b9bf7 commit 132e0fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"dependencies": {
1414
"docs-searchbar.js": "^1.1.11"
1515
},
16+
"engines": {
17+
"node": ">=12 <15"
18+
},
1619
"resolutions": {
1720
"yargs-parser": "^13.1.2"
1821
},

0 commit comments

Comments
 (0)