chore: update Node.js to 24#1326
Merged
Merged
Conversation
Upgrade all CI workflow Node.js version references to Node 24 (LTS). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Electron's postinstall silently fails on Node 24.16.0 due to a bug in yauzl (used by extract-zip) that causes zip extraction to hang without error. Override yauzl to ^3.3.1 which contains the upstream fix (thejoshwolfe/yauzl#170). This resolves electron/electron#51619. Also remove --silent from npm install commands in the Makefile so that install errors are visible in CI output instead of being suppressed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Regenerate lockfile to resolve yauzl to v3.3.2 (via the override added in the previous commit). This fixes the Electron binary extraction failure on Node 24. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nicoecheza
approved these changes
Jun 1, 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.
Summary
Changes
.github/workflows/asset-packs-upload-pr.yml | 2 +-
.github/workflows/asset-packs.yml | 6 +++---
.github/workflows/creator-hub.yml | 2 +-
.github/workflows/inspector.yml | 2 +-
.github/workflows/tests.yml | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
Closes
#1325
Created via Slack with Claude
Requested by Lautaro Petaccio via Slack