Skip to content

Commit d5ba569

Browse files
authored
Update deploy.yml
1 parent 864beca commit d5ba569

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- uses: pnpm/action-setup@v3
36+
with:
37+
version: 8
3638
- name: Setup Node
3739
uses: actions/setup-node@v4
3840
with:
3941
node-version: 20
40-
cache: pnpm
42+
cache: pnpm
4143
- name: Setup Pages
4244
uses: actions/configure-pages@v4
4345
- name: Install dependencies

0 commit comments

Comments
 (0)