feature/convert-abstract-service-to-ts #1798

Merged
konrad merged 32 commits from dpschen/frontend:feature/convert-abstract-service-to-ts into main 2022-09-06 09:26:49 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2445f0eec8 - Show all commits

View File

@ -108,7 +108,7 @@ steps:
- dependencies
- name: test-frontend
image: cypress/browsers:node16.5.0-chrome94-ff93
image: cypress/browsers:node16.14.0-chrome99-ff97
pull: true
environment:
CYPRESS_API_URL: http://api:3456/api/v1

View File

@ -9,7 +9,7 @@ services:
ports:
- 3456:3456
cypress:
image: cypress/browsers:node12.18.3-chrome87-ff82
image: cypress/browsers:node16.14.0-chrome99-ff97
volumes:
- ..:/project
- $HOME/.cache:/home/node/.cache/