Skip to content

Commit c89cd2a

Browse files
committed
fix!: align to npm 11 node engine range
BREAKING CHANGE: `hosted-git-info` now supports node `^20.17.0 || >=22.9.0`
1 parent 3f7f769 commit c89cd2a

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
@@ -43,7 +43,7 @@
4343
"lib/"
4444
],
4545
"engines": {
46-
"node": "^18.17.0 || >=20.5.0"
46+
"node": "^20.17.0 || >=22.9.0"
4747
},
4848
"tap": {
4949
"color": 1,

0 commit comments

Comments
 (0)