We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c49c6 commit 21e0c5aCopy full SHA for 21e0c5a
.github/workflows/ci.yaml
@@ -31,8 +31,9 @@ jobs:
31
node-version: [lts/gallium, lts/*, latest]
32
os: [ubuntu-latest, windows-latest, macos-latest]
33
exclude:
34
- # for some reason, this one always gets a 200 status when we expect a 429
35
- - 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?
36
+ - node-version: lts/*
37
os: windows-latest
38
runs-on: ${{ matrix.os }}
39
steps:
0 commit comments