Skip to content

Commit

Permalink
ci(deps): update ct docker image to cypress/browsers:node-18.20.3 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 18, 2024
1 parent 3388b02 commit cc4944d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- project
run-ct-tests-in-chrome:
docker:
- image: cypress/browsers:node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
- image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
parallelism: 2
steps:
- run: echo "This step assumes dependencies were installed using the cypress/install job"
Expand All @@ -34,7 +34,7 @@ jobs:
cypress-command: "npx cypress run --component --parallel --record --group 2x-chrome --browser chrome"
run-ct-tests-in-firefox:
docker:
- image: cypress/browsers:node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
- image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
parallelism: 2
steps:
- run: echo "This step assumes dependencies were installed using the cypress/install job"
Expand All @@ -45,7 +45,7 @@ jobs:
cypress-command: "npx cypress run --component --parallel --record --group 2x-firefox --browser firefox"
run-ct-tests-in-edge:
docker:
- image: cypress/browsers:node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
- image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
parallelism: 2
steps:
- run: echo "This step assumes dependencies were installed using the cypress/install job"
Expand Down

0 comments on commit cc4944d

Please sign in to comment.