-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
chore: add x86 for Node.js <10 for Linux #8014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Claudio Wunder <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for x86 architecture downloads on Linux for older Node.js versions (< 10.0.0). This addresses a gap in platform support for legacy Node.js installations that still require 32-bit architecture compatibility.
- Adds x86 platform configuration with version-specific compatibility constraints
- Maintains existing x64 platform support without modifications
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8014 +/- ##
==========================================
- Coverage 72.99% 72.96% -0.03%
==========================================
Files 95 95
Lines 8317 8324 +7
Branches 214 215 +1
==========================================
+ Hits 6071 6074 +3
- Misses 2245 2249 +4
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Lighthouse Results
|
This PR adds x86 Platform/Bitness for Linux on Node.js <10