Skip to content

Commit

Permalink
Remove chromedriver version lock
Browse files Browse the repository at this point in the history
This is now failing again, as the currently installed Chrome version is
118.  Hopefully, removing the version lock will now work again, and
nanasess/setup-chromedriver#200 has hopefully
been fixed.
  • Loading branch information
lunkwill42 committed Oct 31, 2023
1 parent ff6ad5d commit 439c532
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ jobs:
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: '115.0.5790.170' # https://github.com/nanasess/setup-chromedriver/issues/200

- name: "Set up PostgreSQL"
uses: harmon758/postgresql-action@v1
Expand Down

0 comments on commit 439c532

Please sign in to comment.