From ec7cb49624a01c438005a3eb3e77ce6e3aac4dcd Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Mon, 2 Nov 2020 18:12:10 +0100 Subject: [PATCH] node 12 --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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