Skip to content

Commit 8b58e36

Browse files
aewedaTommytrg
authored andcommitted
ci: migrate to pnpm 10
1 parent 4b20e01 commit 8b58e36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: pnpm/action-setup@v4
1919
name: Install pnpm
2020
with:
21-
version: 8
21+
version: 10
2222
run_install: false
2323

2424
- name: Get pnpm store directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: pnpm/action-setup@v4
2222
name: Install pnpm
2323
with:
24-
version: 8
24+
version: 10
2525
run_install: false
2626

2727
- name: Get pnpm store directory

0 commit comments

Comments
 (0)