From 487d90207b42a12276e6003e8774e6532fb60226 Mon Sep 17 00:00:00 2001 From: opencartcomvn <82214791+opencartcomvn@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:04:45 +0700 Subject: [PATCH] fix: Update node version in setup_20.04.sh (#5986) Co-authored-by: Vishnu Narayanan --- deployment/setup_20.04.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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