Unpin Node from 24.15.0, restore 24.x#9450
Open
hl662 wants to merge 1 commit into
Open
Conversation
Node.js issue nodejs/node#63487 (extract-zip hang on 24.16.0) is now closed. Remove the temporary pin across all Azure Pipelines and GitHub Actions configs. Fixes #9325 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
aruniverse
approved these changes
Jun 29, 2026
Contributor
Author
|
Holding off till actions/runner-images#14307, it updates 24.x latest to resolve to 24.18.0, will prolly be merged within this week. Then our GH actions CI will be good. |
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.
TL;DR
Node 24.16.0 broke Electron's first-launch setup in CI — a callback in
yauzl@2.x(used byextract-zip, used by@electron/get) silently stopped firing, leaving nopath.txtand failing all Electron-dependent jobs. We pinned every pipeline to24.15.0as a stopgap. The upstream Node.js bug (nodejs/node#63487) is now closed, the latest version of Node 24 will pass the postinstall script.This PR restores the
24.xfloating specifier across all Azure Pipelines and GitHub Actions configs.Closes #9325.
What
24.15.0exact pins blocked CI from picking up newer Node 24 releases; restoring24.xlets the pipelines track the latest patch.rush-setupaction default; all restored to24.xfor consistency.Nambot 🤖 (powered by Claude Sonnet 4.6)