Browse Source

node 12

main
Francois Lannoy 6 years ago
parent
commit
ec7cb49624
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -43,7 +43,7 @@ jobs:
- run : yarn test:ci - run : yarn test:ci
e2e: e2e:
docker: docker:
- image: cimg/node:14.10.1
- image: cimg/node:12
- image: circleci/postgres - image: circleci/postgres
environment: environment:
POSTGRES_USER: e2e POSTGRES_USER: e2e
@ -65,4 +65,3 @@ jobs:
- run: - run:
name: Launching e2e test name: Launching e2e test
command: yarn test:e2e command: yarn test:e2e
Loading…
Cancel
Save