Skip to content

Commit 9e8042d

Browse files
2234839claude
andcommitted
Fix CI: specify pnpm version 10 in workflow setup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 361b33a commit 9e8042d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: Setup pnpm
3030
uses: pnpm/action-setup@v4
31+
with:
32+
version: 10
3133

3234
- name: Build docs site
3335
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
26+
with:
27+
version: 10
2628

2729
- name: Install dependencies
2830
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)