bootstrap-root.sh: Use Node v14

This commit is contained in:
Tobias Schmidl 2020-06-22 10:00:42 +02:00 committed by GitHub
parent ab05c8028f
commit 2a0b1c09cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ apt-get update \
&& apt-file update && apt-file update
# node related # 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 apt-get install -y nodejs
# python3 related # python3 related