From 315c94d0dd05fd6f7c2c4fa8d156bccb645349c5 Mon Sep 17 00:00:00 2001 From: Galimede Date: Mon, 2 Nov 2020 19:14:32 +0100 Subject: [PATCH] change psql version --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 54d8fb9..52e1946 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: - ./node_modules check_format: docker: - - image: circleci + - image: cimg/node:12.18 steps: - checkout - restore_cache: @@ -37,7 +37,7 @@ jobs: API_HOST: localhost API_PROTOCOL: http JWT_SECRET: youwontguess - - image: circleci/postgres + - image: circleci/postgres:9.6.2-alpine environment: POSTGRES_USER: e2e POSTGRES_DB: psdb