Skip to content

Commit 72bf745

Browse files
authored
Update deploy.yml
1 parent 4fdf8c2 commit 72bf745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16+
- uses: pnpm/action-setup@v4
17+
with:
18+
version: 10
1619
- uses: actions/setup-node@v4
1720
with:
1821
node-version: 18
1922
cache: pnpm
20-
- uses: pnpm/action-setup@v4
21-
with:
22-
version: 10
2323

2424
- name: Install dependencies
2525
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)