Skip to content

Commit 2405918

Browse files
authored
chore: drop old macOS CI matrix entries (#1084)
* chore: drop old macOS CI matrix entries * test: raise flaky fileWriteStreamHandler timeout
1 parent 13fb801 commit 2405918

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
matrix:
6767
os: [ubuntu-latest, macos-latest]
6868
node-version: [18, 20, 22, "lts/*"]
69+
exclude:
70+
- os: macos-latest
71+
node-version: 18
72+
- os: macos-latest
73+
node-version: 20
6974

7075
steps:
7176
- name: Checkout

test/integration/file-write-stream-handler-option.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ test("file write stream handler", (done) => {
7878

7979
createReadStream(testFilePath).pipe(request);
8080
});
81-
});
81+
}, 7000);

0 commit comments

Comments
 (0)