Skip to content

Commit bb5f1fa

Browse files
committed
fix: EBADENGINE when trying to install with 18.8.2
1 parent d39a368 commit bb5f1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"hubot-scripts"
1010
],
1111
"engines": {
12-
"node": "> 18"
12+
"node": ">= 18"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)