Skip to content

Commit

Permalink
Merge pull request #4056 from pulibrary/fix-circleci-chrome
Browse files Browse the repository at this point in the history
Update browser-tools@1.4.8 in circleci/config.yml
  • Loading branch information
christinach authored Jul 24, 2024
2 parents 9add8a8 + 20a4f7a commit 57b177f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.4.6
browser-tools: circleci/browser-tools@1.4.8
ruby: circleci/ruby@2.0.0
node: circleci/node@5.0.2
executors:
Expand Down Expand Up @@ -91,8 +91,7 @@ jobs:
- attach_workspace:
at: '~/orangelight'
- setup-bundler-and-node
- browser-tools/install-browser-tools:
chrome-version: 116.0.5845.96
- browser-tools/install-browser-tools
- checkout
- run: |
ruby --version
Expand Down

0 comments on commit 57b177f

Please sign in to comment.