Skip to content

Commit 27f95d2

Browse files
chore(deps): update dependency pnpm to v10
1 parent 9f57afc commit 27f95d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: pnpm/action-setup@v2
2525
name: Install pnpm
2626
with:
27-
version: 8.15.9
27+
version: 10.18.2
2828
run_install: false
2929

3030
- name: Get pnpm store directory

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ steps.release.outputs.release_created }}
2727
- uses: pnpm/action-setup@v2
2828
with:
29-
version: 8.15.9
29+
version: 10.18.2
3030
if: ${{ steps.release.outputs.release_created }}
3131
- name: Install dependencies
3232
run: pnpm install

0 commit comments

Comments
 (0)