Skip to content

Commit 6b97f89

Browse files
committed
chore: update pnpm
1 parent 5009f1d commit 6b97f89

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: pnpm/action-setup@v2
4141
id: pnpm-install
4242
with:
43-
version: 9
43+
version: 10
4444
run_install: false
4545

4646
- name: Get pnpm store directory

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: pnpm/action-setup@v2
3131
id: pnpm-install
3232
with:
33-
version: 9
33+
version: 10
3434
run_install: false
3535

3636
- name: Get pnpm store directory

.github/workflows/re-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: pnpm/action-setup@v2
2929
id: pnpm-install
3030
with:
31-
version: 9
31+
version: 10
3232
run_install: false
3333

3434
- name: Get pnpm store directory

0 commit comments

Comments
 (0)