Skip to content

Commit

Permalink
fix: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawayria committed Apr 8, 2022
1 parent 1045286 commit 6f30c16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix:
node: [12, 14, 16]
npm: [6, 8.5.0]
exclude:
- node: 12
npm: 8.5.0
- node: 14
npm: 8.5.0
- node: 16
npm: 6
exclude:
- node: 12
npm: 8.5.0
- node: 14
npm: 8.5.0
- node: 16
npm: 6

steps:
- name: Checkout
Expand Down

0 comments on commit 6f30c16

Please sign in to comment.