Skip to content

fix: downgrade semantic-release to v24 for Bun 1.3.10 compatibility - #6

Merged
jesse23 merged 1 commit into
mainfrom
feat/basic-cli-support
Mar 22, 2026
Merged

fix: downgrade semantic-release to v24 for Bun 1.3.10 compatibility#6
jesse23 merged 1 commit into
mainfrom
feat/basic-cli-support

Conversation

@jesse23

@jesse23 jesse23 commented Mar 22, 2026

Copy link
Copy Markdown
Owner

Description

semantic-release v25 requires ^22.14.0 || >= 24.10.0. Bun 1.3.10's internal Node version is 24.3.0 which falls in the gap. Downgrade to v24.2.9 which requires >=20.8.1 — compatible with Bun's runtime.

Matches cfx which uses semantic-release@24.2.3.

ADRs

v24 requires Node >=20.8.1, compatible with Bun 1.3.10's internal Node 24.3.0; v25 requires ^22.14.0 || >=24.10.0 which excludes 24.3.0
@jesse23
jesse23 merged commit 41bf336 into main Mar 22, 2026
3 checks passed
jesse23 added a commit that referenced this pull request Mar 23, 2026
fix: downgrade semantic-release to v24 for Bun 1.3.10 compatibility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant