|
|
@ -2,7 +2,7 @@ version: 2.1 |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
docker: |
|
|
docker: |
|
|
- image: cimg/node:12 |
|
|
|
|
|
|
|
|
- image: cimg/node:12.0 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
- run : yarn lint && yarn format:check |
|
|
- run : yarn lint && yarn format:check |
|
|
test: |
|
|
test: |
|
|
docker: |
|
|
docker: |
|
|
- image: cimg/node:14.10.1 |
|
|
|
|
|
|
|
|
- image: cimg/node:12.0 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
@ -30,7 +30,7 @@ jobs: |
|
|
- run : yarn test:ci |
|
|
- run : yarn test:ci |
|
|
test_e2e: |
|
|
test_e2e: |
|
|
docker: |
|
|
docker: |
|
|
- image: cimg/node:12 |
|
|
|
|
|
|
|
|
- image: cimg/node:12.0 |
|
|
- image: circleci/postgres |
|
|
- image: circleci/postgres |
|
|
environment: |
|
|
environment: |
|
|
POSTGRES_USER: e2e |
|
|
POSTGRES_USER: e2e |
|
|
|