Skip to content

Commit 357f441

Browse files
chore(deps): update dependency pnpm to v10
1 parent 2a03c05 commit 357f441

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v6
4444
- uses: pnpm/action-setup@v2
4545
with:
46-
version: 8.15.9
46+
version: 10.29.3
4747
- uses: actions/setup-node@v6
4848
with:
4949
node-version: 24.13.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0 # Need history for changelog generation
2727
- uses: pnpm/action-setup@v2
2828
with:
29-
version: 8.15.9
29+
version: 10.29.3
3030
- uses: actions/setup-node@v6
3131
with:
3232
node-version: 24.13.0

0 commit comments

Comments
 (0)