Skip to content
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

CI: Pin Node.js 18 on 32-bit Windows to use npm 9 #322

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

lovell
Copy link
Member

@lovell lovell commented Feb 1, 2024

There's an intermittent problem with the specific combo of npm 10 + Node.js 18 + 32-bit Windows where running npm install opens thousands of network connections, leading to resource starvation and a process crash.

This PR pins the 32-bit Windows Node.js 18 CI job to the most recent version that ships with npm 9, which is the same approach as I'm using in sharp - see lovell/sharp@420e082

@lovell lovell merged commit 70f4728 into prebuild:master Feb 1, 2024
12 checks passed
@lovell lovell deleted the ci-pin-18-win32-x86 branch February 1, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants