Skip to content

Commit 13751a7

Browse files
authored
auto-maintenance: merge Two-Weeks-Team/PreviewForgeForClaudeCode PR #121
Automated safe maintenance merge: workflow-only same-major dependency bump with all checks green.
2 parents b59b929 + a257f32 commit 13751a7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,9 @@ jobs:
569569
run: bash scripts/test-templates.sh
570570

571571
- name: Install pnpm
572-
# version is auto-detected from root package.json `packageManager` field
573-
# (pnpm@9.15.0). Specifying `version:` here would conflict with that
574-
# and fail with ERR_PNPM_BAD_PM_VERSION.
575-
uses: pnpm/action-setup@v4
572+
uses: pnpm/action-setup@v6
573+
with:
574+
version: 9.15.0
576575

577576
- uses: actions/setup-node@v4
578577
with:

0 commit comments

Comments
 (0)