Skip to content

Instantly share code, notes, and snippets.

@josephabrahams
Created October 26, 2015 18:57
Show Gist options
  • Save josephabrahams/46a638fcdd97701aef33 to your computer and use it in GitHub Desktop.
Save josephabrahams/46a638fcdd97701aef33 to your computer and use it in GitHub Desktop.
Use .nvmrc with CircleCI
machine:
post:
- nvm use && nvm alias default $(nvm current)
@micky2be
Copy link

I would personally run npm install instead of nvm use.
So if it's already installed it just use it, if not it install then use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment