Skip to content

Commit 418c11f

Browse files
authored
Upgrade Playwright to the latest version (#940)
Signed-off-by: Jon Koops <[email protected]>
1 parent 2ceb998 commit 418c11f

File tree

3 files changed

+47
-557
lines changed

3 files changed

+47
-557
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
npm install
32-
sudo npx playwright install-deps
32+
npx playwright install --with-deps
3333
3434
- name: Lint
3535
run: npm run lint

0 commit comments

Comments
 (0)