Update container

This commit is contained in:
Sidharth Vinod
2024-01-31 11:35:07 +05:30
parent f00e7676b9
commit e8db7a71e2

View File

@@ -59,6 +59,9 @@ jobs:
e2e: e2e:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: cypress/browsers:node-20.11.0-chrome-121.0.6167.85-1-ff-120.0-edge-121.0.2277.83-1
options: --user 1001
needs: cache needs: cache
strategy: strategy:
fail-fast: false fail-fast: false