Skip to content

Commit

Permalink
Node: 16.x is the active LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie authored Sep 6, 2022
1 parent abaca56 commit c7bdd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stacks/node/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ set -euo pipefail

export DEBIAN_FRONTEND=noninteractive

echo "Installing the NodeSource Node.js 14.x repo..."
echo "Installing the NodeSource Node.js 16.x repo..."

apt-get update
apt-get install -qq apt-transport-https

curl -sL https://deb.nodesource.com/setup_14.x | bash -
curl -sL https://deb.nodesource.com/setup_16.x | bash -

# Actually install node
apt-get install -qq nodejs git-core g++
Expand Down

0 comments on commit c7bdd3a

Please sign in to comment.