Skip to content

Instantly share code, notes, and snippets.

@hatchan
Created February 10, 2014 09:39
Show Gist options
  • Save hatchan/8913015 to your computer and use it in GitHub Desktop.
Save hatchan/8913015 to your computer and use it in GitHub Desktop.
Update npm in wercker.yml
build:
steps:
- script:
name: update npm
code: |
curl https://npmjs.org/install.sh | sudo clean=y sh
sudo rm -rf /home/ubuntu/tmp/
mkdir -p /home/ubuntu/tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment