Skip to content

Commit c2b243c

Browse files
authored
chore(ci): set pnpm version in publish-release (#1225)
1 parent 1c72463 commit c2b243c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- name: Setup pnpm
1616
uses: pnpm/action-setup@v4
17+
with:
18+
version: 10.23.0 # Aligned with "packageManager" in package.json.
19+
run_install: false
1720

1821
- name: Setup Node.js Environment
1922
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)