diff --git a/pkg/debian/setup.sh b/pkg/debian/setup.sh index 200e88c87..2312a7063 100755 --- a/pkg/debian/setup.sh +++ b/pkg/debian/setup.sh @@ -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..."