diff --git a/.circleci/config.yml b/.circleci/config.yml index 19e505cd0..db58c22b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: executors: with-chrome-and-firefox: docker: - - image: "cypress/browsers:22.16.0" + - image: "cypress/browsers:22.20.0" resource_class: large environment: CYPRESS_coverage: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c03744a3c..95dd62aa3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: install: runs-on: ubuntu-latest container: - image: cypress/browsers:22.16.0 + image: cypress/browsers:22.20.0 options: --user 1001 steps: - name: Checkout @@ -39,7 +39,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: cypress/browsers:22.16.0 + image: cypress/browsers:22.20.0 options: --user 1001 needs: install strategy: @@ -92,7 +92,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: cypress/browsers:22.16.0 + image: cypress/browsers:22.20.0 options: --user 1001 needs: install strategy: @@ -138,7 +138,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: cypress/browsers:22.16.0 + image: cypress/browsers:22.20.0 options: --user 1001 needs: install strategy: @@ -183,7 +183,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: cypress/browsers:22.16.0 + image: cypress/browsers:22.20.0 options: --user 1001 needs: install strategy: