Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"devDependencies": {
"@release-it/conventional-changelog": "^12.0.0",
"release-it": "^20.2.1"
"release-it": "^21.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 ℹ️ P2 — Node runtime floor raised to 22.21

release-it@21 requires Node 22.21+ (up from Node 20 in v20.x). The release workflow resolves Node via mise with node = "lts" in mise.toml, which currently satisfies this (Node 22 LTS is past 22.21), so no action is needed today.

Worth being aware of for the next Node LTS transition — if you ever pin node to a specific line older than 22.21 for reproducibility, yarn release-it will fail at install/runtime. Not a change requested for this PR.

},
"packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697"
}
Loading
Loading