This commit is contained in:
Dustin J. Mitchell 2021-01-21 20:00:22 +00:00 коммит произвёл Dustin J. Mitchell
Родитель d861215720
Коммит b74fbe4d0c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -15,13 +15,13 @@ tasks:
in:
$map:
- name: yarn test
image: node:12
image: node:14
command: >-
cd frontend &&
yarn --frozen-lockfile &&
yarn test
- name: yarn lint
image: node:12
image: node:14
command: >-
cd frontend &&
yarn --frozen-lockfile &&