Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix!: align to npm 10 node engine range
BREAKING CHANGE: `hosted-git-info` now supports node `^18.17.0 || >=20.5.0`
  • Loading branch information
hashtagchris committed Sep 3, 2024
commit 11a73136ea5861475d55967787114b1784614d7e
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lib/"
],
"engines": {
"node": "^16.14.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"tap": {
"color": 1,
Expand Down