Skip to content

Commit 1a5d189

Browse files
committed
update github pages deploy script
1 parent f110939 commit 1a5d189

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v4
2828

29-
- name: Install pnpm
30-
uses: pnpm/action-setup@v3
29+
- name: Install pnpm 10.18.3
30+
uses: pnpm/action-setup@v4
3131
with:
32-
version: 8
32+
version: 10.18.3
33+
run_install: false # we will run pnpm install ourselves
3334

3435
- name: Install Node.js
3536
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)