Skip to content

Commit

Permalink
ci: exlucde macos+node v10->15 for bun as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tuananh authored Jun 4, 2024
1 parent 00ea97e commit 74aeae7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci-bun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, latest]
exclude:
- os: macos-latest
node-version: 10.x
- os: macos-latest
node-version: 11.x
- os: macos-latest
node-version: 12.x
- os: macos-latest
node-version: 13.x
- os: macos-latest
node-version: 14.x
- os: macos-latest
node-version: 15.x
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 74aeae7

Please sign in to comment.