Skip to content

Commit f4fdb7a

Browse files
committed
fix: specify pnpm version 9 in publish workflow
1 parent 9ff03e4 commit f4fdb7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161

6262
- name: Setup pnpm
6363
uses: pnpm/action-setup@v4
64+
with:
65+
version: 9
6466

6567
- name: Setup Node.js
6668
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)