jjb: lttng-www: nodejs 15 is deprecated. Use nodejs 16.
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 6 Jul 2021 19:05:15 +0000 (15:05 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 6 Jul 2021 19:05:15 +0000 (15:05 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/lttng-www/deploy.sh

index 59a6ad45caa7981eb8fc76a99d9802c40e549b33..471925223c859a89053c7282b5d8e5f1f31a21cf 100755 (executable)
@@ -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
This page took 0.024389 seconds and 4 git commands to generate.