Skip to content

Commit 98452ec

Browse files
committed
fix(ci): remove conflicting pnpm version in npm publish workflow
1 parent 241de24 commit 98452ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- name: Setup pnpm
2020
uses: pnpm/action-setup@v4
21-
with:
22-
version: 9
2321
- uses: actions/setup-node@v4
2422
with:
2523
node-version: '22.x'

0 commit comments

Comments
 (0)