Skip to content

feat(prebuilts)!: add node-24 prebuilts and update runners to build on#707

Open
favna wants to merge 30 commits into
mainfrom
feat/node-24-and-more-os-prebuilts
Open

feat(prebuilts)!: add node-24 prebuilts and update runners to build on#707
favna wants to merge 30 commits into
mainfrom
feat/node-24-and-more-os-prebuilts

Conversation

@favna

@favna favna commented Jul 9, 2026

Copy link
Copy Markdown
Member

🚀 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

  • Expanded workflow matrices in CI/build pipelines:
    • Added Node.js versions 24 and 26
    • Added new runner targets including newer macOS, Ubuntu, ARM, and Windows variants
    • Renamed job labels from x86_64-specific naming to broader build naming where appropriate
  • Updated Yarn runtime and configuration:
    • Upgraded Yarn release from 4.11.0 to 4.17.1
    • Updated Yarn config with repository/script-related settings and package manager metadata
  • Refreshed dependencies:
    • Updated runtime dependency nan
    • Updated multiple dev dependencies (Actions, commitlint, TypeScript, Vitest, Vite, Prettier, and others)
    • Regenerated lockfile to reflect dependency graph updates

📋 Squash Merge Commit Message (copy/paste)

feat(ci): expand Node and OS build matrix for prebuilt artifacts

- Drop Node.js 18/19/20/21/25 coverage across CI and build workflows    
- add Node.js 24/26 coverage across CI and build workflows
- expand runner matrix with newer macOS, Ubuntu (including ARM), and Windows targets
- upgrade Yarn to 4.17.1 and refresh project tooling/dependencies

BREAKING CHANGE: prebuilts for Node 18, 19, 20, 21, and 25 are no longer provided, these Node versions are EOL

@favna
favna requested a review from a team July 9, 2026 08:12
@favna favna self-assigned this Jul 9, 2026
@favna
favna requested review from kyranet and vladfrangu as code owners July 9, 2026 08:21
Comment thread .github/workflows/ci-build-and-test.yml Fixed
Comment thread .github/workflows/ci-build-and-test.yml Fixed
Comment thread .github/workflows/ci-build-and-test.yml Fixed
Comment thread .github/workflows/ci-build-and-test.yml Fixed
Comment thread .github/workflows/manual-asset-updater.yml Fixed
Comment thread .github/workflows/manual-asset-updater.yml Fixed
Comment thread .github/workflows/release-updater.yml Fixed
Comment thread .github/workflows/release-updater.yml Fixed
Comment thread .github/workflows/release-updater.yml Fixed
Comment thread .github/workflows/release-updater.yml Fixed
@favna favna changed the title feat(prebuilts): add node-24 prebuilts and update runners to build on feat(prebuilts)!: add node-24 prebuilts and update runners to build on Jul 9, 2026
Comment thread .github/workflows/ci-build-and-test.yml Fixed
Comment thread .github/workflows/ci-build-and-test.yml Fixed
Comment thread .github/workflows/manual-asset-updater.yml Fixed
Comment thread .github/workflows/manual-asset-updater.yml Fixed
Comment thread .github/workflows/release-updater.yml Fixed
Comment thread .github/workflows/release-updater.yml Fixed
Comment thread .yarnrc.yml Outdated
favna added 19 commits July 9, 2026 12:35
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.
favna and others added 10 commits July 9, 2026 12:35
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
favna force-pushed the feat/node-24-and-more-os-prebuilts branch from b7bc11b to 91d974d Compare July 9, 2026 10:35
BREAKING CHANGE: prebuilts for Node 20 are no longer provided, this Node version is EOL
@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
3 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants