Skip to content

Commit abe870b

Browse files
committed
fix: use exact pnpm version 10.18.3 (latest)
1 parent 7740d22 commit abe870b

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: 10
27+
version: 10.18.3
2828

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

0 commit comments

Comments
 (0)