Browse Source

change psql version

main step4
Galimede 6 years ago
parent
commit
315c94d0dd
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -14,7 +14,7 @@ jobs:
- ./node_modules - ./node_modules
check_format: check_format:
docker: docker:
- image: circleci
- image: cimg/node:12.18
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -37,7 +37,7 @@ jobs:
API_HOST: localhost API_HOST: localhost
API_PROTOCOL: http API_PROTOCOL: http
JWT_SECRET: youwontguess JWT_SECRET: youwontguess
- image: circleci/postgres
- image: circleci/postgres:9.6.2-alpine
environment: environment:
POSTGRES_USER: e2e POSTGRES_USER: e2e
POSTGRES_DB: psdb POSTGRES_DB: psdb

Loading…
Cancel
Save