Update config.yml

This commit is contained in:
Piotr Pekala 2019-10-23 02:17:24 -07:00
parent df125f87b2
commit e7973839c7

View File

@ -8,6 +8,11 @@ jobs:
steps:
- checkout
- run:
name: Install nodejs
command: |
brew upgrade node
- run:
name: Set timezone and check current datetime
command: |