Skip to content

Commit 02ac8db

Browse files
logaretmclaude
andcommitted
fix(ci): run pnpm install in setup action to restore bin links
The cached node_modules restored by the setup action lacks proper pnpm bin linking, causing `pnpm exec playwright` to fail with "Command not found". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7a7e489 commit 02ac8db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ runs:
1616
packages/*/node_modules
1717
packages/*/dist
1818
key: build-${{ github.sha }}
19+
- name: Install dependencies
20+
run: pnpm install
21+
shell: bash

0 commit comments

Comments
 (0)