NodeJS 16 should be the default.

This commit is contained in:
Dave Page 2022-08-10 10:27:40 +01:00
parent 233652c3f1
commit b69af1341b

View File

@ -21,7 +21,7 @@ sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)
# Node repo
echo "Setting up the NodeJS repo..."
curl -sL https://deb.nodesource.com/setup_12.x | bash -
curl -sL https://deb.nodesource.com/setup_16.x | bash -
# Yarn repo
echo "Setting up the Yarn repo..."