Skip to content

Commit 06d658a

Browse files
committed
fix: 移除 pnpm 版本冲突
1 parent cda819b commit 06d658a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
registry-url: 'https://registry.npmjs.org'
24-
25-
- name: Setup pnpm
26-
uses: pnpm/action-setup@v4
24+
cache: 'pnpm'
2725

2826
- name: Install dependencies
2927
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)