diff --git a/.circleci/config.yml b/.circleci/config.yml index c9f5778..47ce993 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,7 @@ jobs: - run: name: "Update Node.js and npm" command: | - curl -sSL "https://nodejs.org/dist/v10.16.0/node-v10.16.0-darwin-x64.tar.gz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v10.16.0-mac-x64/bin/node + curl -sSL "https://nodejs.org/dist/v10.16.0/node-v10.16.0-darwin-x64.tar.gz" | sudo tar --strip-components=3 -xJ -C /usr/local/bin/ node-v10.16.0-darwin-x64/bin/node curl https://www.npmjs.com/install.sh | sudo bash - run: name: "Setup custom environment variables"