Skip to content

Commit

Permalink
Update CircleCI Node and Postgres versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-gratton committed Jul 26, 2021
1 parent 26a3518 commit 141e05e
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 @@ -6,10 +6,10 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:10.6
- image: circleci/node:14
environment:
TEST_DATABASE_URL: postgres://postgres@localhost/circle_test
- image: circleci/postgres:9
- image: circleci/postgres:14
environment:
POSTGRES_HOST_AUTH_METHOD: trust

Expand Down

0 comments on commit 141e05e

Please sign in to comment.