Skip to content

Commit c03251d

Browse files
committed
fix: workflow yml
1 parent 2f6528d commit c03251d

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
@@ -13,10 +13,10 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@v4
17-
with:
18-
node-version: 20
19-
cache: yarn
16+
uses: actions/setup-node@v4
17+
with:
18+
node-version: 20
19+
cache: yarn
2020

2121
- name: Install dependencies
2222
run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)