Skip to content

Commit

Permalink
disable windows on node 18 test
Browse files Browse the repository at this point in the history
  • Loading branch information
nfriedly committed Sep 25, 2023
1 parent d4ee69d commit 92c49c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
matrix:
node-version: [lts/gallium, lts/*, latest]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
# for some reason, this one always gets a 200 status when we expect a 429
- node-version: 18
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the repository
Expand Down

0 comments on commit 92c49c6

Please sign in to comment.