Browse Source

node 12

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

5
.circleci/config.yml

@ -43,7 +43,7 @@ jobs:
- run : yarn test:ci
e2e:
docker:
- image: cimg/node:14.10.1
- image: cimg/node:12
- image: circleci/postgres
environment:
POSTGRES_USER: e2e
@ -64,5 +64,4 @@ jobs:
command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run:
name: Launching e2e test
command: yarn test:e2e
command: yarn test:e2e
Loading…
Cancel
Save