Skip to content

Commit d6beba4

Browse files
committed
Fix YAML indentation in GitHub Actions workflow
1 parent 05af982 commit d6beba4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v4
19-
with:
20-
node-version: "20"
21-
cache: "yarn"
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: "20"
21+
cache: "yarn"
2222

2323
- name: Install dependencies
2424
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)