Skip to content

Commit

Permalink
ci: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: drptbl <[email protected]>
  • Loading branch information
drptbl committed May 12, 2024
1 parent a026293 commit 8037f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1

- name: Install Playwright dependencies
run: pnpm dlx playwright@1.41.1 install-deps
run: pnpm dlx playwright@1.44.0 install-deps

# For now, we only need Chromium.
- name: Install browsers for Playwright
run: pnpm dlx playwright@1.41.1 install chromium
run: pnpm dlx playwright@1.44.0 install chromium

- name: Build project
run: pnpm run build
Expand Down

0 comments on commit 8037f60

Please sign in to comment.