Skip to content

Commit b777407

Browse files
chore(deps): update cypress/included docker tag to v10.11.0
1 parent fd1f0da commit b777407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ orbs:
99
executors:
1010
latest:
1111
docker:
12-
- image: cypress/included:10.7.0
12+
- image: cypress/included:10.11.0
1313

1414
commands:
1515
save-partial-coverage-report:

cypress/.gitlab-ci-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variables:
55
# these are properties that are common in every Cypress job
66
.branch_template: &common
77
image:
8-
name: cypress/included:10.7.0
8+
name: cypress/included:10.11.0
99
entrypoint: [""]
1010
artifacts:
1111
expire_in: 1 week

0 commit comments

Comments
 (0)