From 20b87dd330cf39cb60bd1611e2d2d7c9c01b2cf5 Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Wed, 30 Oct 2019 02:32:49 -0700 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d908d0ac..cac492a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: