Skip to content

Commit

Permalink
specify chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai-Yen Nguyen committed Sep 23, 2024
1 parent 1c381eb commit ea7fcf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
node-version: ${{ env.NVMRC }}
registry-url: "https://registry.npmjs.org"

- name: Install chrome driver
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 127
install-chromedriver: true

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
with:
Expand Down

0 comments on commit ea7fcf5

Please sign in to comment.