fix: update Node.js requirements for semantic-release v25 compatibility#85
Merged
Merged
Conversation
9 tasks
- Updated package.json engines to require Node.js ^22.14.0 || >=24.10.0 - Updated npm requirement to >=10.0.0 - Created comprehensive upgrade documentation in docs/SEMANTIC_RELEASE_UPGRADE.md - Updated README.md prerequisites section with new requirements - Verified .releaserc.json configuration is compatible with v25 - Confirmed GitHub Actions workflow already uses Node.js 22 Co-authored-by: smar-imran-khawaja <174051013+smar-imran-khawaja@users.noreply.github.com>
- Clarified that Node.js 22 will use latest 22.x version (>= 22.14.0) - Added note about setup-node@v3 being functional but recommended to update to v4 Co-authored-by: smar-imran-khawaja <174051013+smar-imran-khawaja@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update to address feedback on vulnerability fix in PR #84
fix: update Node.js requirements for semantic-release v25 compatibility
Jan 8, 2026
smar-imran-khawaja
approved these changes
Jan 8, 2026
smar-imran-khawaja
marked this pull request as ready for review
January 8, 2026 00:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Updates Node.js version requirements to align with semantic-release v25 and @semantic-release/npm v13, which require Node.js
^22.14.0 || >=24.10.0(dropped support for v20, v21, v23).Related Issue
Addresses feedback from PR #84: #84 (comment)
Motivation and Context
The semantic-release packages were updated to v25 and @semantic-release/npm to v13 in the base PR, but the package.json still specified Node.js >=16.0.0, creating a version mismatch that would cause runtime failures.
How Has This Been Tested?
Screenshots (if appropriate)
N/A
Types of changes
Checklist
Changes Made
package.json
>=16.0.0→^22.14.0 || >=24.10.0>=7.0.0→>=10.0.0Documentation
docs/SEMANTIC_RELEASE_UPGRADE.mddocumenting:Verification Results
✅ .releaserc.json fully compatible with v25
✅ GitHub Actions already uses Node.js 22
✅ Plugin order and configuration correct
✅ No changes needed to conventional commit setup
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.