Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Use node v8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaouadk committed Oct 27, 2017
1 parent 0351f8f commit a8c8cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ sed -i "s/;listen\.group.*/listen.group = homestead/" /etc/php/7.1/fpm/pool.d/ww
sed -i "s/;listen\.mode.*/listen.mode = 0666/" /etc/php/7.1/fpm/pool.d/www.conf

# Install Node
curl --silent --location https://deb.nodesource.com/setup_6.x | bash -
curl --silent --location https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs
npm install -g grunt-cli
npm install -g gulp
Expand Down

0 comments on commit a8c8cac

Please sign in to comment.