Use NodeJS v12.

This commit is contained in:
Dave Page 2020-03-24 11:37:32 +00:00
parent f97d29243d
commit 17d0d5e0a2

View File

@ -13,7 +13,7 @@ dpkg -r yarn
# Node repo
echo "Setting up the NodeJS repo..."
curl -sL https://deb.nodesource.com/setup_10.x | bash -
curl -sL https://deb.nodesource.com/setup_12.x | bash -
# Yarn repo
echo "Setting up the Yarn repo..."