Skip to content

Commit 7740d22

Browse files
committed
fix: update pnpm version to 10 in GitHub Actions workflow
1 parent 75d60a0 commit 7740d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v2
2626
with:
27-
version: 8
27+
version: 10
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)