diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2462fc4d..aacd4ff3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,6 +66,11 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] node-version: [18, 20, 22, "lts/*"] + exclude: + - os: macos-latest + node-version: 18 + - os: macos-latest + node-version: 20 steps: - name: Checkout diff --git a/test/integration/file-write-stream-handler-option.test.js b/test/integration/file-write-stream-handler-option.test.js index 07e78bdf..f5f76d93 100644 --- a/test/integration/file-write-stream-handler-option.test.js +++ b/test/integration/file-write-stream-handler-option.test.js @@ -78,4 +78,4 @@ test("file write stream handler", (done) => { createReadStream(testFilePath).pipe(request); }); -}); +}, 7000);