Skip to content

Commit

Permalink
[ci] Exclude node 18 on Windows x86 from the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed May 21, 2022
1 parent 8889e48 commit a690791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
os: macOS-latest
- arch: x86
os: ubuntu-latest
- arch: x86
node: 18
os: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit a690791

Please sign in to comment.