Skip to content

Commit

Permalink
ci: chrome dependencies flag
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Oct 13, 2024
1 parent bdf1192 commit 7e3b2d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- name: Setup Chrome
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 120
chrome-version: latest
install-dependencies: true
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Build
Expand Down

0 comments on commit 7e3b2d0

Please sign in to comment.