Skip to content

fix: bump Node.js publish version to 22.23.1 to unblock npm@12 release - #1366

Merged
ankita10119 merged 1 commit into
masterfrom
DXCDT-2007
Jul 10, 2026
Merged

fix: bump Node.js publish version to 22.23.1 to unblock npm@12 release#1366
ankita10119 merged 1 commit into
masterfrom
DXCDT-2007

Conversation

@ankita10119

Copy link
Copy Markdown
Contributor

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.

  • This change adds unit test coverage
  • This change adds integration test coverage

Checklist

@ankita10119
ankita10119 requested a review from a team as a code owner July 10, 2026 08:18
@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.62%. Comparing base (c8b476c) to head (8748017).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1366   +/-   ##
=======================================
  Coverage   89.62%   89.62%           
=======================================
  Files         428      428           
  Lines       19886    19886           
  Branches     9757     9757           
=======================================
  Hits        17823    17823           
  Misses       2063     2063           
Flag Coverage Δ
alltests 89.62% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ankita10119
ankita10119 merged commit 2df0239 into master Jul 10, 2026
11 checks passed
@ankita10119
ankita10119 deleted the DXCDT-2007 branch July 10, 2026 08:44
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.

3 participants