Skip to content

Commit

Permalink
fix: use same version of playwright on ci as defined in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fbosch committed Aug 21, 2024
1 parent e067a8e commit e53d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Lint
run: pnpm biome ci .
- name: Install playwright
run: pnpx playwright install chromium
run: pnpx playwright@1.45.1 install chromium
- name: Test
run: pnpm test
env:
Expand Down

0 comments on commit e53d815

Please sign in to comment.