Skip to content

Commit 7b63c14

Browse files
author
Benjamin Calef
authored
Merge pull request #44 from zepgram/develop
[hotfix] resolve grunt install #43
2 parents d56a5c5 + 4c716b2 commit 7b63c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision/010-system-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ gem install mime-types --version "< 3" --no-ri --no-rdoc
9797
gem install mailcatcher --no-ri --no-rdoc
9898

9999
# Grunt
100-
curl -sL https://deb.nodesource.com/setup_8.x | -E bash -
100+
curl -sL https://deb.nodesource.com/setup_10.x | bash -
101101
apt-get install -y nodejs
102102
npm install -g grunt-cli
103103

0 commit comments

Comments
 (0)