Skip to content

Commit 2c3d968

Browse files
committed
updated node
1 parent 8a8a422 commit 2c3d968

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

SpecialModifications.tar.gz

-35 Bytes
Binary file not shown.

bin/scripts/run/install-programing-languages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ runLoading "$loading"
9898
loading=$(startLoading "Installing Node.js")
9999
(
100100
sudo apt -y install curl dirmngr apt-transport-https lsb-release ca-certificates &>/dev/null
101-
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - &>/dev/null
101+
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - &>/dev/null
102102

103103
if [ $(hasPackage "nodejs") = "false" ] ; then
104104
sudo apt -y install nodejs &>/dev/null

0 commit comments

Comments
 (0)