Conversation
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Bug Fixes 🐛
Internal Changes 🔧Release
Other
🤖 This preview updates automatically when you update the PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Autofix Details
Bugbot Autofix prepared fixes for both issues found in the latest run.
- ✅ Fixed: Node 25 musl builds use wrong Node version container
- Updated both x64 and arm64 musl Node 25 builds to use node:25-alpine3.23 container instead of node:24-alpine3.20.
- ✅ Fixed: Node 25 missing from test matrix
- Added Node 25 to the test matrix so ABI 141 binaries will be tested across all platforms in CI.
Or push these changes by commenting:
@cursor push 7ba805db96
Preview (7ba805db96)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -76,7 +76,7 @@
node: 24
binary: linux-x64-musl-137
- os: ubuntu-22.04
- container: node:24-alpine3.20
+ container: node:25-alpine3.23
node: 25
binary: linux-x64-musl-141
@@ -125,7 +125,7 @@
binary: linux-arm64-musl-137
- os: ubuntu-22.04
arch: arm64
- container: node:24-alpine3.20
+ container: node:25-alpine3.23
node: 25
binary: linux-arm64-musl-141
@@ -353,7 +353,7 @@
macos-15-intel, # macOS x64
windows-latest,
]
- node: [18, 20, 22, 24]
+ node: [18, 20, 22, 24, 25]
steps:
- name: Check out current commit
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
c5d367a to
345fbf0
Compare
Lms24
left a comment
There was a problem hiding this comment.
sounds good! LMK if the versioning detection works reliably!


Would be nice to have auto generated changelogs!