Skip to content

Commit

Permalink
Upgrade chrome for test gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
cofinley committed Sep 14, 2023
1 parent 570572f commit 4ffa801
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 @@ -7,10 +7,10 @@ jobs:
name: Tests
runs-on: ubuntu-20.04
container:
image: ghcr.io/day8/chrome-latest:2
image: ghcr.io/day8/chrome-latest:5.1.0
steps:
- uses: actions/checkout@v3
- name: npm install
run: 'npm install'
- name: run tests
run: npm run ci
run: npm run ci

0 comments on commit 4ffa801

Please sign in to comment.