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