Skip to content

Commit

Permalink
CI: Pin Node.js 18 to avoid npm 10 on 32-bit Windows
Browse files Browse the repository at this point in the history
npm 10 seems to be opening thousands of network connections,
leading to resource starvation in Node.js 18. This does not
appear to impact Node.js 20.
  • Loading branch information
lovell committed Dec 17, 2023
1 parent f7a3ea6 commit 420e082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
platform: darwin-x64
- os: windows-2019
nodejs_arch: x86
nodejs_version: "^18.17.0"
nodejs_version: "18.18.2" # pinned to avoid 18.19.0 and npm 10
nodejs_version_major: 18
platform: win32-ia32
prebuild: true
Expand Down

0 comments on commit 420e082

Please sign in to comment.