From 146543bc87a293aa2b72ede9b7f59e4bc0ca02a9 Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Wed, 30 Oct 2019 02:20:15 -0700 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 615f770f..44f65c57 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: - run: name: Install nodejs command: | - brew upgrade node + nvm install node --reinstall-packages-from=node - run: name: Set timezone and check current datetime