Skip to content

Commit

Permalink
Lock ChromeDriver to 119.0.6045.105
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Jan 19, 2024
1 parent a9c5135 commit b021011
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true

- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105

- name: Bundle Install
run: bundle install

Expand Down

0 comments on commit b021011

Please sign in to comment.