Skip to content

Commit 8a21c26

Browse files
committed
fix: pnpm version
1 parent df44034 commit 8a21c26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
uses: actions/checkout@v4
1515
- uses: pnpm/action-setup@v4
1616
name: Install pnpm
17+
with:
18+
version: 9
19+
run_install: false
1720
- name: Install Node.js
1821
uses: actions/setup-node@v3
1922
with:

0 commit comments

Comments
 (0)