Skip to content

Commit

Permalink
ci(circle): use updated circle node image [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Jun 29, 2020
1 parent be13994 commit 114bcf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
test:
docker:
# use node:lts
- image: circleci/node:lts
- image: cimg/node:lts
environment:
TZ: "Europe/London"
PG_CONNECTION_STRING: postgres://postgres:postgres@localhost:5432/circle_test
Expand All @@ -27,7 +27,7 @@ jobs:
release:
docker:
# use node:lts
- image: circleci/node:lts
- image: cimg/node:lts
environment:
TZ: "Europe/London"
working_directory: ~/repo
Expand All @@ -53,4 +53,4 @@ workflows:
- test
filters:
branches:
only: master
only: master

0 comments on commit 114bcf5

Please sign in to comment.