bootstrap-root: use Node v13
This commit is contained in:
parent
1ce48238b0
commit
92cc4289c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue