about summary refs log tree commit diff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-08-01 22:20:25 +0200
committerThibaut Girka <thib@sitedethib.com>2018-08-01 22:20:25 +0200
commitbf1d3ae3b83726816c78ca6cb40af24d48390bd9 (patch)
tree29c156a7d145f2ec88e4bb708d329202598bdf35 /Vagrantfile
parent71b318dedc5f39382cb15250417429427a69166b (diff)
parent4da03a298a20e5007718764483544593556a5ed4 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
	config/settings.yml
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index e52ec556b..ee45d1d16 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -12,7 +12,7 @@ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
 sudo apt-add-repository 'deb https://dl.yarnpkg.com/debian/ stable main'
 
 # Add repo for NodeJS
-curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
+curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
 
 # Add firewall rule to redirect 80 to PORT and save
 sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port #{ENV["PORT"]}