Skip to content

Commit 0436086

Browse files
chore(deps): update dependency pnpm to v10
1 parent 2f06bb1 commit 0436086

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup pnpm
3131
uses: pnpm/action-setup@v4
3232
with:
33-
version: 9
33+
version: 10
3434
cache: true
3535

3636
- name: Install dependencies

.github/workflows/verify-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
2626
with:
27-
version: 9
27+
version: 10
2828
cache: true
2929

3030
- name: Install dependencies

0 commit comments

Comments
 (0)