Skip to content

Commit

Permalink
ci: fix format yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuananh committed Jun 4, 2024
1 parent 5e1829b commit 00ea97e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
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
node-version: 10.x
- os: macos-latest
node-version: 11.x
node-version: 11.x
- os: macos-latest
node-version: 12.x
node-version: 12.x
- os: macos-latest
node-version: 13.x
node-version: 13.x
- os: macos-latest
node-version: 14.x
node-version: 14.x
- os: macos-latest
node-version: 15.x
node-version: 15.x
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 00ea97e

Please sign in to comment.