From 93f296a175b7c258c1bc319e71642470c25c41ce Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Thu, 16 Mar 2023 09:43:45 +0100 Subject: [PATCH] chore(ci): update cypress/browsers image in e2e workflow Signed-off-by: Tilman Vatteroth --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 036df0a9a..a4796c195 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -141,7 +141,7 @@ jobs: needs: frontend-build runs-on: ubuntu-latest container: - image: cypress/browsers:node18.12.0-chrome106-ff106 + image: cypress/browsers:node-18.14.1-chrome-111.0.5563.64-1-ff-111.0-edge-111.0.1661.43-1 options: --shm-size=2g strategy: fail-fast: false