Skip to content

Commit cd73ffc

Browse files
committed
chore(ci): use pnpm dlx for playwright install
1 parent 11701a3 commit cd73ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm install
3333

3434
- name: Install Playwright browsers
35-
run: npx playwright install chromium
35+
run: pnpm dlx playwright install chromium
3636

3737
- name: Build Rspack
3838
run: |

0 commit comments

Comments
 (0)