Skip to content

Commit 21e0c5a

Browse files
authored
Update ci.yaml
1 parent 92c49c6 commit 21e0c5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
node-version: [lts/gallium, lts/*, latest]
3232
os: [ubuntu-latest, windows-latest, macos-latest]
3333
exclude:
34-
# for some reason, this one always gets a 200 status when we expect a 429
35-
- node-version: 18
34+
# for some reason, node 18 on windows always gets a 200 status when we expect a 429
35+
# maybe its so slow that the limit resets?
36+
- node-version: lts/*
3637
os: windows-latest
3738
runs-on: ${{ matrix.os }}
3839
steps:

0 commit comments

Comments
 (0)