diff --git a/.circleci/config.yml b/.circleci/config.yml index 38a5a2a..ac04443 100644 --- a/.circleci/config.yml +++ b/.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 \ No newline at end of file