Skip to content

Commit 3cb5ddd

Browse files
committed
ci(deps): update to cypress/browsers:22.20.0
1 parent 90c5f1a commit 3cb5ddd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
executors:
77
with-chrome-and-firefox:
88
docker:
9-
- image: "cypress/browsers:22.16.0"
9+
- image: "cypress/browsers:22.20.0"
1010
resource_class: large
1111
environment:
1212
CYPRESS_coverage: false

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
install:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: cypress/browsers:22.16.0
12+
image: cypress/browsers:22.20.0
1313
options: --user 1001
1414
steps:
1515
- name: Checkout
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 15
4040
runs-on: ubuntu-latest
4141
container:
42-
image: cypress/browsers:22.16.0
42+
image: cypress/browsers:22.20.0
4343
options: --user 1001
4444
needs: install
4545
strategy:
@@ -92,7 +92,7 @@ jobs:
9292
timeout-minutes: 15
9393
runs-on: ubuntu-latest
9494
container:
95-
image: cypress/browsers:22.16.0
95+
image: cypress/browsers:22.20.0
9696
options: --user 1001
9797
needs: install
9898
strategy:
@@ -138,7 +138,7 @@ jobs:
138138
timeout-minutes: 15
139139
runs-on: ubuntu-latest
140140
container:
141-
image: cypress/browsers:22.16.0
141+
image: cypress/browsers:22.20.0
142142
options: --user 1001
143143
needs: install
144144
strategy:
@@ -183,7 +183,7 @@ jobs:
183183
timeout-minutes: 15
184184
runs-on: ubuntu-latest
185185
container:
186-
image: cypress/browsers:22.16.0
186+
image: cypress/browsers:22.20.0
187187
options: --user 1001
188188
needs: install
189189
strategy:

0 commit comments

Comments
 (0)