Skip to content

Commit 46560c6

Browse files
committed
Merge remote-tracking branch 'origin/master' into refactor/internal-callback-helpers
2 parents 8de8337 + 2405918 commit 46560c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.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)