Created
August 2, 2017 13:14
-
-
Save scottire/d5e4bb0bc8161719bf47688e917240b0 to your computer and use it in GitHub Desktop.
Install nvm and node on an OSX circleci build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine: | |
timezone: | |
America/Los_Angeles | |
xcode: | |
version: "9.0" | |
#manually installing node | |
environment: | |
dependencies: | |
pre: | |
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash | |
- nvm install --lts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment