Skip to content

Commit

Permalink
ci(circle): Update timezone config
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron authored Jun 26, 2019
1 parent 9b5468d commit 9cdcb16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
docker:
# specify the version you desire here
- image: circleci/node:dubnium
environment:
TZ: "Europe/London"

working_directory: ~/repo

Expand All @@ -20,4 +22,4 @@ jobs:

- run: npm install
# run tests!
- run: npm test
- run: npm test

0 comments on commit 9cdcb16

Please sign in to comment.