Skip to content

Instantly share code, notes, and snippets.

@Ramshackle-Jamathon
Created December 7, 2016 14:10
Show Gist options
  • Save Ramshackle-Jamathon/83f673dbc1fb7fcd2cc5db8b884646f1 to your computer and use it in GitHub Desktop.
Save Ramshackle-Jamathon/83f673dbc1fb7fcd2cc5db8b884646f1 to your computer and use it in GitHub Desktop.
use .nvmrc version in circle
checkout:
post:
- nvm install "$(< .nvmrc)"
dependencies:
pre:
- nvm install "$(< .nvmrc)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment