about summary refs log tree commit diff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-08-11 16:41:59 +0200
committerClaire <claire.github-309c@sitedethib.com>2021-08-11 16:41:59 +0200
commit47ea9b2d677b380e09d79958ae1c988f031cdf75 (patch)
treedeb1c1549b7ad575074e5913aaad55d8a85d2ddf /Vagrantfile
parent70b7ac9ff32a713e71a7ba6408a379b601c6839f (diff)
parent13b08610a08faf2909f7c871be62da955d9293d3 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 2afed9279..25f563d95 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_12.x | sudo bash -
+curl -sL https://deb.nodesource.com/setup_14.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"]}