Skip to content

Commit

Permalink
Upgrade Node.js to 16.x
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lindqvist <[email protected]>
  • Loading branch information
cazfi committed Nov 25, 2022
1 parent c6cbf89 commit 9729ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ TMPINSTDIR=$(mktemp -d)
echo "==== Installing Node.js ===="
if [ "${INSTALLED_NODEJS}" = N ]; then
cd "${TMPINSTDIR}"
curl -LOsS 'https://deb.nodesource.com/setup_14.x'
sudo bash setup_14.x
curl -LOsS 'https://deb.nodesource.com/setup_16.x'
sudo bash setup_16.x
sudo ${APT_GET} install --no-install-recommends nodejs
if ! command -v npm >/dev/null ; then
sudo ${APT_GET} install --no-install-recommends npm
Expand Down

0 comments on commit 9729ade

Please sign in to comment.