Skip to content

Commit

Permalink
update node version archesproject#7562
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox committed Jul 2, 2021
1 parent 72545e5 commit 9ebbab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/install/ubuntu_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function install_couchdb {
}

function install_yarn {
wget --quiet -O - https://deb.nodesource.com/setup_10.x | sudo -E bash -
wget --quiet -O - https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get update
sudo apt-get install -y nodejs
sudo npm install -g yarn
Expand Down

0 comments on commit 9ebbab9

Please sign in to comment.