Install node from nodejs.org

This commit is contained in:
Julia Friesel 2020-01-28 10:17:23 +00:00 committed by Marcus
parent 633285721a
commit 60c4b6b2c6

View file

@ -21,7 +21,11 @@ Builds:
sudo:
- apt-get update
- apt-get install -y g++ make ninja-build g++-multilib
- apt-get install -y --no-install-recommends -t stretch-backports npm
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.14.1/node-v12.14.1-linux-x64.tar.xz
- echo "07cfcaa0aa9d0fcb6e99725408d9e0b07be03b844701588e3ab5dbc395b98e1b" |
sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v12.14.1-linux-x64/. /usr/local/
init:
- export ANDROID_NDK_HOME=$HOME/android-ndk/r10e
- npm install