From 92cc4289c19dbb0c96457df54f32654313f057b1 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 31 Jan 2020 10:59:57 +0100 Subject: [PATCH] bootstrap-root: use Node v13 --- bootstrap-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 7d98dcb..eb017fe 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -39,7 +39,7 @@ apt-get update \ && apt-file update # node related -curl $CURLOPT https://deb.nodesource.com/setup_10.x | bash - +curl $CURLOPT https://deb.nodesource.com/setup_13.x | bash - apt-get install -y nodejs # python3 related