Skip to content

Commit

Permalink
fix: Update node version in setup_20.04.sh (chatwoot#5986)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishnu Narayanan <[email protected]>
  • Loading branch information
opencartcomvn and vishnu-narayanan authored Jan 23, 2023
1 parent 551dd81 commit 487d902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/setup_20.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 487d902

Please sign in to comment.