Skip to content

Commit 3a02467

Browse files
committed
fix(ci): use patchright install instead of playwright
Made-with: Cursor
1 parent 53e9de9 commit 3a02467

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: pnpm install --frozen-lockfile
2727

28-
- name: Install Playwright Chromium
29-
run: pnpm --filter @browserkit/core exec playwright install chromium --with-deps
28+
- name: Install Patchright Chromium
29+
run: pnpm --filter @browserkit/core exec patchright install chromium --with-deps
3030

3131
- name: Build
3232
run: pnpm build

0 commit comments

Comments
 (0)