Skip to content

Commit 7d7acc0

Browse files
committed
fix: align pnpm version in CI
Use the same pnpm release as package.json to avoid action setup mismatch.
1 parent 7c8d805 commit 7d7acc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup pnpm
3535
uses: pnpm/action-setup@v4
3636
with:
37-
version: "10.29.0"
37+
version: "10.28.1"
3838
- name: Setup Node
3939
uses: actions/setup-node@v4
4040
with:

0 commit comments

Comments
 (0)