bootstrap-root: use Node v13

This commit is contained in:
Tobias Schmidl 2020-01-31 10:59:57 +01:00 committed by GitHub
parent 1ce48238b0
commit 92cc4289c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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