Skip to content

Commit e394008

Browse files
authored
ci: add max_auto_reruns to CircleCI (#995)
Update Cypress Orb to 5.0.1 Update Linux jobs to Node.js 22.20.0
1 parent 9b5327d commit e394008

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version: 2.1
99
orbs:
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
1212
win: circleci/[email protected]
1313

1414
executors:
@@ -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

0 commit comments

Comments
 (0)