fix: upgrade cypress image (#1096)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1096 Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
a7434f24df
commit
b7ad29f056
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ steps:
|
||||||
- dependencies
|
- dependencies
|
||||||
|
|
||||||
- name: test-frontend
|
- name: test-frontend
|
||||||
image: cypress/browsers:node14.17.0-chrome91-ff89
|
image: cypress/browsers:node16.5.0-chrome94-ff93
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
CYPRESS_API_URL: http://api:3456/api/v1
|
CYPRESS_API_URL: http://api:3456/api/v1
|
||||||
|
|
Loading…
Reference in a new issue