]> cat aescling's git repositories - mastodon.git/commitdiff
updated node version in Vagrantfile (#16230)
authorchandrn7 <chandrn@umich.edu>
Wed, 12 May 2021 21:19:31 +0000 (17:19 -0400)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 21:19:31 +0000 (23:19 +0200)
Vagrantfile

index bfe2c374f93a2a210eeeab913ef79fcf6699c786..4d0cc0f762122bcd1350a325f9226baa9377cf5b 100644 (file)
@@ -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_10.x | sudo bash -
+curl -sL https://deb.nodesource.com/setup_12.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"]}