Skip to content

Commit

Permalink
change psql version
Browse files Browse the repository at this point in the history
  • Loading branch information
Galimede committed Nov 2, 2020
1 parent 543c508 commit 315c94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- ./node_modules
check_format:
docker:
- image: circleci
- image: cimg/node:12.18
steps:
- checkout
- restore_cache:
Expand All @@ -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
Expand Down

0 comments on commit 315c94d

Please sign in to comment.