Skip to content

Commit

Permalink
ci: fix wrong indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tuananh committed Jun 4, 2024
1 parent f9160e1 commit 5e1829b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-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
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 5e1829b

Please sign in to comment.