Skip to content

Commit

Permalink
ci: exclude nodejs 10, 12 and 14 tests running on macos (nock#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Jun 20, 2024
1 parent 565e99a commit 2b7836d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,13 @@ jobs:
- macos-latest
- ubuntu-latest
- windows-latest

exclude:
- node-version: 10
os: macos-latest
- node-version: 12
os: macos-latest
- node-version: 14
os: macos-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 5

Expand Down

0 comments on commit 2b7836d

Please sign in to comment.