From c40edc4c3078a2233bb0850f4ab7a3c21005c273 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 6 Jul 2021 15:05:15 -0400 Subject: [PATCH] jjb: lttng-www: nodejs 15 is deprecated. Use nodejs 16. Signed-off-by: Jonathan Rajotte --- scripts/lttng-www/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lttng-www/deploy.sh b/scripts/lttng-www/deploy.sh index 59a6ad4..4719252 100755 --- a/scripts/lttng-www/deploy.sh +++ b/scripts/lttng-www/deploy.sh @@ -26,7 +26,7 @@ cp "$KEY_FILE_VARIABLE" ~/.ssh/id_rsa # Nodejs # Using Debian, as root -curl -fsSL https://deb.nodesource.com/setup_15.x | bash - +curl -fsSL https://deb.nodesource.com/setup_16.x | bash - apt-get install -y nodejs apt-get install -y ruby-dev asciidoc xmlto python3 python3-pip -- 2.34.1