Skip to content

Commit 799f828

Browse files
pmaxhoganclaude
andauthored
ci: pin the pnpm version in the e2e workflow (#261)
The v2.9.0 release run's e2e gate died at startup of the visual job: pnpm/action-setup@v4 with no version input requires a root package.json packageManager field, and ours lives in ui/. e2e.yml is dispatch/call-only, so the release gate was its first real CI execution. This pins @v6 + version: 10, matching every sibling workflow. After merge the v2.9.0 tag will be re-pointed at the fixed commit to re-fire the release build. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_015jEKvjBzVjaWLq6o5zg2PV Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 0c863ff commit 799f828

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@v7
7474

75-
- uses: pnpm/action-setup@v4
75+
- uses: pnpm/action-setup@v6
76+
with:
77+
version: 10
7678

7779
- uses: actions/setup-node@v7
7880
with:

0 commit comments

Comments
 (0)