Skip to content

Instantly share code, notes, and snippets.

@scottire
Created August 2, 2017 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottire/d5e4bb0bc8161719bf47688e917240b0 to your computer and use it in GitHub Desktop.
Save scottire/d5e4bb0bc8161719bf47688e917240b0 to your computer and use it in GitHub Desktop.
Install nvm and node on an OSX circleci build
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