|
|
@ -14,7 +14,7 @@ workflows: |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
docker: |
|
|
docker: |
|
|
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run |
|
|
|
|
|
|
|
|
- image: cimg/node:12.18 # the primary container, where your job's commands are run |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- run: |
|
|
- run: |
|
|
@ -34,7 +34,7 @@ jobs: |
|
|
- ~/.cache/yarn |
|
|
- ~/.cache/yarn |
|
|
lint: |
|
|
lint: |
|
|
docker: |
|
|
docker: |
|
|
- image: cimg/node:14.10.1 |
|
|
|
|
|
|
|
|
- image: cimg/node:12.18 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
@ -46,7 +46,7 @@ jobs: |
|
|
command: yarn lint && yarn format:check |
|
|
command: yarn lint && yarn format:check |
|
|
test: |
|
|
test: |
|
|
docker: |
|
|
docker: |
|
|
- image: cimg/node:14.10.1 |
|
|
|
|
|
|
|
|
- image: cimg/node:12.18 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
|