Skip to content

Commit

Permalink
CI: Pin Node.js 18 on 32-bit Windows to use npm 9 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Feb 1, 2024
1 parent 2b2764f commit 70f4728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node: 20
- os: windows-2019
arch: x86
node: 18
node: "18.18.2" # pinned to avoid 18.19.0 and npm 10
- os: windows-2019
arch: x86
node: 16
Expand Down

0 comments on commit 70f4728

Please sign in to comment.