Skip to content

Commit 0740d2a

Browse files
committed
ci(other): 🔧 update GitHub Actions workflow to streamline pnpm setup and remove redundant configuration
1 parent 85554e5 commit 0740d2a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎.github/workflows/release.yml‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27+
- name: Setup pnpm
28+
uses: pnpm/action-setup@v4
29+
2730

2831
# 🧰 Setup Node + pnpm environment
2932
- name: Setup Node.js 20
@@ -33,10 +36,6 @@ jobs:
3336
cache: "pnpm"
3437
registry-url: 'https://registry.npmjs.org'
3538

36-
- name: Setup pnpm
37-
uses: pnpm/action-setup@v4
38-
with:
39-
version: 9.0.6
4039

4140
- name: Generate changelog
4241
run: npx githublogen

0 commit comments

Comments
 (0)