File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
executors :
7
7
with-chrome-and-firefox :
8
8
docker :
9
- - image : " cypress/browsers:22.16 .0"
9
+ - image : " cypress/browsers:22.20 .0"
10
10
resource_class : large
11
11
environment :
12
12
CYPRESS_coverage : false
Original file line number Diff line number Diff line change 9
9
install :
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : cypress/browsers:22.16 .0
12
+ image : cypress/browsers:22.20 .0
13
13
options : --user 1001
14
14
steps :
15
15
- name : Checkout
39
39
timeout-minutes : 15
40
40
runs-on : ubuntu-latest
41
41
container :
42
- image : cypress/browsers:22.16 .0
42
+ image : cypress/browsers:22.20 .0
43
43
options : --user 1001
44
44
needs : install
45
45
strategy :
92
92
timeout-minutes : 15
93
93
runs-on : ubuntu-latest
94
94
container :
95
- image : cypress/browsers:22.16 .0
95
+ image : cypress/browsers:22.20 .0
96
96
options : --user 1001
97
97
needs : install
98
98
strategy :
@@ -138,7 +138,7 @@ jobs:
138
138
timeout-minutes : 15
139
139
runs-on : ubuntu-latest
140
140
container :
141
- image : cypress/browsers:22.16 .0
141
+ image : cypress/browsers:22.20 .0
142
142
options : --user 1001
143
143
needs : install
144
144
strategy :
@@ -183,7 +183,7 @@ jobs:
183
183
timeout-minutes : 15
184
184
runs-on : ubuntu-latest
185
185
container :
186
- image : cypress/browsers:22.16 .0
186
+ image : cypress/browsers:22.20 .0
187
187
options : --user 1001
188
188
needs : install
189
189
strategy :
You can’t perform that action at this time.
0 commit comments