File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 88version : 2.1
99orbs :
1010 # use Cypress orb from CircleCI registry
11- cypress : cypress-io/cypress@4.1.0
11+ cypress : cypress-io/cypress@5.0.1 # https://github.com/cypress-io/circleci-orb/releases
12121313
1414executors :
@@ -170,7 +170,7 @@ jobs:
170170 parallelism : 3
171171 executor :
172172 name : cypress/default
173- node-version : ' 22.15 .0'
173+ node-version : ' 22.20 .0'
174174 steps :
175175 - cypress/install :
176176 post-install : ' npm run build'
@@ -192,7 +192,7 @@ jobs:
192192 parallelism : 2
193193 executor :
194194 name : cypress/default
195- node-version : ' 22.15 .0'
195+ node-version : ' 22.20 .0'
196196 steps :
197197 - cypress/install :
198198 install-browsers : true
@@ -205,7 +205,7 @@ jobs:
205205 parallelism : 2
206206 executor :
207207 name : cypress/default
208- node-version : ' 22.15 .0'
208+ node-version : ' 22.20 .0'
209209 steps :
210210 - cypress/install :
211211 install-browsers : true
@@ -216,7 +216,7 @@ jobs:
216216 release :
217217 executor :
218218 name : cypress/default
219- node-version : ' 22.15 .0'
219+ node-version : ' 22.20 .0'
220220 steps :
221221 - checkout
222222 - run : npm ci
@@ -234,6 +234,7 @@ workflows:
234234 - mac-test
235235
236236 linux-build :
237+ max_auto_reruns : 3
237238 jobs :
238239 - linux-test
239240 - linux-test-chrome
You can’t perform that action at this time.
0 commit comments