Skip to content

Commit

Permalink
Fix node install command
Browse files Browse the repository at this point in the history
  • Loading branch information
paularintaharri committed Apr 17, 2024
1 parent 4f1c162 commit 949dbda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ selectNodeVersion
# Install Node.js version 18
echo "Installing Node.js version 18..."
NODE_VERSION="18"
curl -sL https://deb.nodesource.com/setup_$NODE_VERSION.x | bash -
apt-get install -y nodejs
npm install -g n
n 18.17.1


# 3. Install Yarn
DESIRED_YARN_VERSION="1.22.22"
Expand Down

0 comments on commit 949dbda

Please sign in to comment.