diff --git a/.taskcluster.yml b/.taskcluster.yml index 39068ad..6b06bc3 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -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 &&