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:node- 22.15.0-chrome-135.0.7049.114-1-ff-137.0.2-edge-135.0.3179.85-1 "
9
+ - image : " cypress/browsers:22.15.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:node- 22.13.0-chrome-132.0.6834.83-1-ff-134.0.1-edge-131.0.2903.147-1
12
+ image : cypress/browsers:22.15.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:node- 22.13.0-chrome-132.0.6834.83-1-ff-134.0.1-edge-131.0.2903.147-1
42
+ image : cypress/browsers:22.15.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:node- 22.13.0-chrome-132.0.6834.83-1-ff-134.0.1-edge-131.0.2903.147-1
95
+ image : cypress/browsers:22.15.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:node- 22.13.0-chrome-132.0.6834.83-1-ff-134.0.1-edge-131.0.2903.147-1
141
+ image : cypress/browsers:22.15.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:node- 22.13.0-chrome-132.0.6834.83-1-ff-134.0.1-edge-131.0.2903.147-1
186
+ image : cypress/browsers:22.15.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