Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d733f1

Browse files
authoredApr 27, 2024··
chore(deps): update cypress/base docker tag to v22
1 parent 1cf7df2 commit 8d733f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
cyrun:
8989
docker:
90-
- image: cypress/base:16.18.1
90+
- image: cypress/base:22.0.0
9191
parameters:
9292
jobname:
9393
type: string
@@ -113,7 +113,7 @@ jobs:
113113

114114
test-code-coverage-plugin:
115115
docker:
116-
- image: cypress/base:16.18.1
116+
- image: cypress/base:22.0.0
117117
steps:
118118
- attach_workspace:
119119
at: ~/

0 commit comments

Comments
 (0)
Please sign in to comment.