Skip to content

Commit

Permalink
fix: darwin node file path
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 20, 2019
1 parent 40fd6bb commit bb04c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb04c36

Please sign in to comment.