Update config.yml

This commit is contained in:
Piotr Pekala 2019-10-30 02:32:49 -07:00
parent 44ce03d354
commit 20b87dd330

View File

@ -7,15 +7,11 @@ jobs:
steps:
- checkout
- run:
name: Update brew
command: |
brew update
- run:
name: Install nodejs
command: |
brew update
brew upgrade node
- run: