From cdb6aaa234f684abc7b0b35c9f38af0bbb5a6179 Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:27:59 +0000 Subject: [PATCH] feat(configure): update node version to `20.x` --- sh/debian/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index 633ce9ff6..54cfec826 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -150,7 +150,7 @@ EOF curl -L https://raw.githubusercontent.com/docker/compose/1.29.1/contrib/completion/bash/docker-compose -o /etc/bash_completion.d/docker-compose # NodeJS - curl -fsSL https://deb.nodesource.com/setup_18.x | bash && apt-get install -y nodejs + curl -fsSL https://deb.nodesource.com/setup_20.x | bash && apt-get install -y nodejs # Git echo deb http://deb.debian.org/debian buster-backports main | tee /etc/apt/sources.list.d/buster-backports.list