From 2a0b1c09cb15a1f0fbf46971bb81f99748994b81 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 22 Jun 2020 10:00:42 +0200 Subject: [PATCH] bootstrap-root.sh: Use Node v14 --- bootstrap-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index eda8061..65c7d98 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -38,7 +38,7 @@ apt-get update \ && apt-file update # node related -curl $CURLOPT https://deb.nodesource.com/setup_13.x | bash - +curl $CURLOPT https://deb.nodesource.com/setup_14.x | bash - apt-get install -y nodejs # python3 related