fix(ci): add Node 25 for semantic-release v25, sync bun.lock#436
Merged
DatGreekChick merged 3 commits intomainfrom Apr 19, 2026
Merged
fix(ci): add Node 25 for semantic-release v25, sync bun.lock#436DatGreekChick merged 3 commits intomainfrom
DatGreekChick merged 3 commits intomainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #436 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 110 110
=========================================
Hits 110 110 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Visit the preview URL for this PR (updated for commit 5b1d8c7): https://elenicodes--pr436-fix-semver-bun-lock-jqhm5v4p.web.app (expires Sun, 26 Apr 2026 00:33:13 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2893a00bbe8f1f8b2d040782481f3b83b74bae08 |
semantic-release v25 requires Node ^22.14.0 || >= 24.10.0. GitHub Actions runners default to Node 20, so setup-node is needed even when using bun as the package manager. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
semantic-release v25 requires Node ^22.14.0 || >= 24.10.0. GitHub Actions runners default to Node 20, so setup-node is needed even when using bun as the package manager. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
🎉 This PR is included in version 3.0.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
🎯 Motivation
After #434 merged, the release workflow failed because semantic-release v25 requires Node >=22 but GitHub Actions runners default to Node 20. Even with bun as the package manager, semantic-release runs on the system Node.
✅ What's Changed
🧪 Testing
CI failure confirmed via gh run view — Node v20.20.2 rejected by semantic-release v25
🔗 Links