Skip to content

Commit d1ebe74

Browse files
committed
ci: migrate to pnpm 10
1 parent ac65f6d commit d1ebe74

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)