bootstrap-root.sh: Use Node v14
This commit is contained in:
parent
ab05c8028f
commit
2a0b1c09cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue