fix: bump Node.js publish version to 22.23.1 to unblock npm@12 release - #1366
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1366 +/- ##
=======================================
Coverage 89.62% 89.62%
=======================================
Files 428 428
Lines 19886 19886
Branches 9757 9757
=======================================
Hits 17823 17823
Misses 2063 2063
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
harshithRai
approved these changes
Jul 10, 2026
amitsingh05667
approved these changes
Jul 10, 2026
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.
Changes
Bumps the Node.js version used in the release workflow from 22.22.1 to 22.23.1.
Why: npm@latest recently released v12.0.0, which requires Node ^22.22.2 at minimum. The workflow was pinned to 22.22.1 (one patch behind) as a temporary workaround for a Node.js regression (nodejs/node#62425) where the bundled npm was missing the promise-retry module. That regression has since been fixed in 22.22.3+, making it safe to bump the pin and unblock releases.
No SDK code, public API, or functionality is affected — this is a CI-only change.
References
Testing
This change can be verified by triggering the release workflow and confirming the npm install -g npm@latest step completes successfully on Node 22.23.1.
Checklist