mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-14 09:55:05 +00:00
Update cypress browser image to node16.14.2-slim-chrome103-ff102
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
329b970268
commit
a6795143d2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
# renovate: datasource=docker depName=cypress/browsers versioning=docker
|
# renovate: datasource=docker depName=cypress/browsers versioning=docker
|
||||||
image: cypress/browsers:node16.13.2-chrome100-ff98
|
image: cypress/browsers:node16.14.2-slim-chrome103-ff102
|
||||||
options: --user 1001 --shm-size=2g
|
options: --user 1001 --shm-size=2g
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in a new issue