Skip to content

Commit 569edcb

Browse files
committed
chore: remove pnpm workspace configuration and update release workflow to streamline dependency management
1 parent 27946dd commit 569edcb

3 files changed

Lines changed: 3078 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21+
- name: Setup pnpm
22+
uses: pnpm/action-setup@v4
23+
with:
24+
version: 9
25+
2126
- name: Setup Node.js
2227
uses: actions/setup-node@v4
2328
with:
2429
node-version: 20
2530
cache: "pnpm"
2631

27-
- name: Setup pnpm
28-
uses: pnpm/action-setup@v4
29-
with:
30-
version: 9
31-
3232
- name: Install dependencies
3333
run: pnpm install --frozen-lockfile
3434

0 commit comments

Comments
 (0)