Skip to content

Commit 854b1ac

Browse files
chore(deps): update cypress/browsers docker tag to v22.16.0 (#527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa330ef commit 854b1ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- project
2424
run-ct-tests-in-chrome:
2525
docker:
26-
- image: cypress/browsers:22.15.1
26+
- image: cypress/browsers:22.16.0
2727
parallelism: 2
2828
steps:
2929
- run: echo "This step assumes dependencies were installed using the cypress/install job"
@@ -34,7 +34,7 @@ jobs:
3434
cypress-command: "npx cypress run --component --parallel --record --group 2x-chrome --browser chrome"
3535
run-ct-tests-in-firefox:
3636
docker:
37-
- image: cypress/browsers:22.15.1
37+
- image: cypress/browsers:22.16.0
3838
parallelism: 2
3939
steps:
4040
- run: echo "This step assumes dependencies were installed using the cypress/install job"
@@ -45,7 +45,7 @@ jobs:
4545
cypress-command: "npx cypress run --component --parallel --record --group 2x-firefox --browser firefox"
4646
run-ct-tests-in-edge:
4747
docker:
48-
- image: cypress/browsers:22.15.1
48+
- image: cypress/browsers:22.16.0
4949
parallelism: 2
5050
steps:
5151
- run: echo "This step assumes dependencies were installed using the cypress/install job"

0 commit comments

Comments
 (0)