Skip to content

Commit

Permalink
chore(deps): update browser-tools orb to v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and 100terres committed Aug 31, 2023
1 parent 12f0c1c commit 7f841fa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 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.3
browser-tools: circleci/browser-tools@1.4.4

commands:
pnpm:
Expand Down Expand Up @@ -130,7 +130,9 @@ jobs:
environment:
- CYPRESS_CACHE_FOLDER: '~/repo/node_modules/.cache/Cypress'
steps:
- browser-tools/install-chrome
# TODO: remove fixed version once this issue is fixed: https://github.com/CircleCI-Public/browser-tools-orb/issues/90
- browser-tools/install-browser-tools:
chrome-version: 116.0.5845.96
- browser-tools/install-chromedriver
- checkout
- pnpm
Expand All @@ -157,7 +159,9 @@ jobs:
- image: cimg/node:18.17.0-browsers
working_directory: ~/repo
steps:
- browser-tools/install-chrome
# TODO: remove fixed version once this issue is fixed: https://github.com/CircleCI-Public/browser-tools-orb/issues/90
- browser-tools/install-browser-tools:
chrome-version: 116.0.5845.96
- browser-tools/install-chromedriver
- checkout
- pnpm
Expand Down

0 comments on commit 7f841fa

Please sign in to comment.