fix: Update node version in setup_20.04.sh (#5986)

Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
This commit is contained in:
opencartcomvn
2023-01-23 18:04:45 +07:00
committed by GitHub
parent 551dd81d21
commit 487d90207b

View File

@@ -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