From b69af1341bd73b439a0d3ecb58b8eedb08425f9f Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 10 Aug 2022 10:27:40 +0100 Subject: [PATCH] NodeJS 16 should be the default. --- pkg/debian/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/debian/setup.sh b/pkg/debian/setup.sh index 48f1bccfd..46d42d524 100755 --- a/pkg/debian/setup.sh +++ b/pkg/debian/setup.sh @@ -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..."