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 38586ca commit 9f36e7f
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"
working_directory: ~/repo
Expand All @@ -21,7 +21,7 @@ jobs:
release:
docker:
# use node:lts
- image: circleci/node:lts
- image: cimg/node:lts
environment:
TZ: "Europe/London"
working_directory: ~/repo
Expand All @@ -45,4 +45,4 @@ workflows:
- test
filters:
branches:
only: master
only: master

0 comments on commit 9f36e7f

Please sign in to comment.