Skip to content

Commit

Permalink
Lock ChromeDriver to 119.0.6045.105 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Jan 16, 2024
1 parent c244344 commit ec1b361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105

- run: npm install

- name: Recover Ruby dependency cache
Expand Down

0 comments on commit ec1b361

Please sign in to comment.