Skip to content

Commit

Permalink
fix: correct indentions for yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
trentschnee committed Nov 29, 2022
1 parent 1f5003b commit abee592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit abee592

Please sign in to comment.