Skip to content

Instantly share code, notes, and snippets.

@iynere
Last active August 9, 2017 20:29
Show Gist options
  • Save iynere/c0b0b2cc01bc32a24722ff0ce03d3962 to your computer and use it in GitHub Desktop.
Save iynere/c0b0b2cc01bc32a24722ff0ce03d3962 to your computer and use it in GitHub Desktop.
FROM circleci/ruby:2.3-node
# downgrade to Node v6.8.0
RUN sudo npm cache clean -f
RUN sudo npm install -g n
RUN sudo n 6.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment