Skip to content

Commit

Permalink
chrome versionの固定をやめた
Browse files Browse the repository at this point in the history
  • Loading branch information
komagata committed Feb 23, 2024
1 parent 900e7d5 commit d79b952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
orbs:
ruby: circleci/[email protected]
node: circleci/[email protected]
browser-tools: circleci/[email protected].6
browser-tools: circleci/[email protected].7
jobs:
build:
docker:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- checkout
- run: sudo apt-get update # TODO: remove it https://github.com/CircleCI-Public/browser-tools-orb/issues/75#issuecomment-1641031119
- browser-tools/install-chrome:
chrome-version: 121.0.6167.160
replace-existing: true
- browser-tools/install-chromedriver
- ruby/install-deps:
clean-bundle: true
Expand Down

0 comments on commit d79b952

Please sign in to comment.