Skip to content

Commit 967d930

Browse files
committedSep 3, 2024
fix!: align to npm 10 node engine range
BREAKING CHANGE: `hosted-git-info` now supports node `^18.17.0 || >=20.5.0`
1 parent 9a3c062 commit 967d930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lib/"
4444
],
4545
"engines": {
46-
"node": "^16.14.0 || >=18.0.0"
46+
"node": "^18.17.0 || >=20.5.0"
4747
},
4848
"tap": {
4949
"color": 1,

0 commit comments

Comments
 (0)
Please sign in to comment.