Skip to content

Commit

Permalink
update browser internal images to chrome 124 and firefox 125 [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Apr 23, 2024
1 parent 52347d6 commit 63be1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/workflows.yml
Expand Up @@ -83,7 +83,7 @@ executors:
# the Docker image with Cypress dependencies and Chrome browser
cy-doc:
docker:
- image: cypress/browsers-internal:node18.17.1-chrome118-ff115
- image: cypress/browsers-internal:node18.17.1-chrome124-ff125
# by default, we use "medium" to balance performance + CI costs. bump or reduce on a per-job basis if needed.
resource_class: medium
environment:
Expand All @@ -93,7 +93,7 @@ executors:
# Docker image with non-root "node" user
non-root-docker-user:
docker:
- image: cypress/browsers-internal:node18.17.1-chrome118-ff115
- image: cypress/browsers-internal:node18.17.1-chrome124-ff125
user: node
environment:
PLATFORM: linux
Expand Down

0 comments on commit 63be1e3

Please sign in to comment.