diff --git a/deployment/setup_20.04.sh b/deployment/setup_20.04.sh index 4e86478c7..29b742bbf 100644 --- a/deployment/setup_20.04.sh +++ b/deployment/setup_20.04.sh @@ -172,7 +172,7 @@ EOF function install_dependencies() { apt update && apt upgrade -y apt install -y curl - curl -sL https://deb.nodesource.com/setup_12.x | bash - + curl -sL https://deb.nodesource.com/setup_14.x | bash - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list apt update