update node for mint 14.x (#10236)

This commit is contained in:
Harshavardhana
2020-08-10 11:25:40 -07:00
committed by GitHub
parent b4b7a18497
commit ce303f5c7e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export APT="apt --quiet --yes"
export WGET="wget --quiet --no-check-certificate"
# install nodejs source list
if ! $WGET --output-document=- https://deb.nodesource.com/setup_13.x | bash -; then
if ! $WGET --output-document=- https://deb.nodesource.com/setup_14.x | bash -; then
echo "unable to set nodejs repository"
exit 1
fi