feat(prebuilts)!: add node-24 prebuilts and update runners to build on#707
Open
favna wants to merge 30 commits into
Open
feat(prebuilts)!: add node-24 prebuilts and update runners to build on#707favna wants to merge 30 commits into
favna wants to merge 30 commits into
Conversation
SerenModz21
reviewed
Jul 9, 2026
BREAKING CHANGE: prebuilts for Node 18 and 19 are no longer provided, these Node versions are EOL
* Check if corepack is already installed before attempting to install it. * Use --force flag to ensure corepack is installed if not present. * Updated in ci-build-and-test.yml, manual-asset-updater.yml, and release-updater.yml.
BREAKING CHANGE: prebuilts for Node 21 are no longer provided, this Node version is EOL
* Update node-gyp configuration for Windows 2022 with Node 26 * Add workaround for LTO flags on Windows 2022
* Enhance curl command with additional options for reliability * Increase connection timeout and maximum time for downloads * Ensure compatibility with HTTPS protocols
* Increase connect timeout to 180 seconds * Add retry for connection refused errors
* Change npm config setting for msvs_version to use Out-File for better compatibility. * Ensures correct environment variable setup for Node 26 on Windows 2022.
* Changed download URL for aarch64 musl cross compiler in CI workflows. * Ensures the latest version is fetched from the official GitHub releases.
Co-authored-by: Seren_Modz 21 <seren@kings-world.net>
* Change environment variable from 'msvs_version' to 'npm_config_msvs_version' and 'npm_config_gyp_msvs_version' * Ensure compatibility with Node 26 LTO flags on Windows 2022
BREAKING CHANGE: prebuilts for Node 25 are no longer provided, this Node version is EOL
* Upgraded several packages to their latest versions * Improved build process for faster compilation * Enhanced security by updating vulnerable dependencies
* Set VSINSTALLDIR, VCINSTALLDIR, and GYP_MSVS_OVERRIDE_PATH for Windows builds. * Ensures compatibility with Visual Studio 2022 for all workflows.
* Temporarily disable Windows 2025 and Windows 2025-VS2026 images * Add a note regarding the issue with Visual Studio version
favna
force-pushed
the
feat/node-24-and-more-os-prebuilts
branch
from
July 9, 2026 10:35
b7bc11b to
91d974d
Compare
BREAKING CHANGE: prebuilts for Node 20 are no longer provided, this Node version is EOL
|
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
This pull request expands the build and test coverage to include newer Node.js versions and additional OS/architecture runner targets, then aligns the toolchain and dependencies to support that matrix update.
✨ What Changed
📋 Squash Merge Commit Message (copy/paste)