Skip to content

Commit 330e5b5

Browse files
committed
chore: remove redundant pnpm setup step in release workflow
1 parent 2680935 commit 330e5b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424
fetch-depth: 0
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626

27+
- name: Setup pnpm
28+
uses: pnpm/action-setup@v2
29+
with:
30+
version: 8
31+
2732
- name: Setup Node.js
2833
uses: actions/setup-node@v4
2934
with:
3035
node-version: 20
3136
cache: 'pnpm'
3237
registry-url: 'https://registry.npmjs.org'
3338

34-
- name: Setup pnpm
35-
uses: pnpm/action-setup@v2
36-
with:
37-
version: 8
38-
3939
- name: Install dependencies
4040
run: pnpm install --frozen-lockfile
4141

0 commit comments

Comments
 (0)