Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nfriedly committed Sep 25, 2023
1 parent 92c49c6 commit 21e0c5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
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
# for some reason, node 18 on windows always gets a 200 status when we expect a 429
# maybe its so slow that the limit resets?
- node-version: lts/*
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 21e0c5a

Please sign in to comment.