Skip to content

Commit 92c49c6

Browse files
authored
disable windows on node 18 test
1 parent d4ee69d commit 92c49c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
matrix:
3131
node-version: [lts/gallium, lts/*, latest]
3232
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
36+
os: windows-latest
3337
runs-on: ${{ matrix.os }}
3438
steps:
3539
- name: Checkout the repository

0 commit comments

Comments
 (0)