From 712d962775f53613ffef3fb71366252f8578512b Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Tue, 4 Jun 2024 13:02:14 +0300 Subject: [PATCH] Try node 18 in pelias data loading --- scripts/install-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-tools.sh b/scripts/install-tools.sh index 502667474..6b75b6881 100755 --- a/scripts/install-tools.sh +++ b/scripts/install-tools.sh @@ -33,7 +33,7 @@ rm -rf /var/lib/apt/lists/* mkdir -p $SCRIPTS -curl -sL https://deb.nodesource.com/setup_16.x | bash - +curl -sL https://deb.nodesource.com/setup_18.x | bash - apt-get install -y --no-install-recommends nodejs cd $SCRIPTS