Skip to content

Commit

Permalink
update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-wada-yusuke committed Mar 7, 2018
1 parent 21736b7 commit 537e717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ phases:
commands:
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
- sudo apt-get install -y nodejs
- sudo npm cache clean
- sudo npm cache clean --force
- sudo npm install -g n
- sudo n stable
- sudo ln -sf /usr/local/bin/node /usr/bin/node
Expand Down

0 comments on commit 537e717

Please sign in to comment.