thud - use debian npm

This commit is contained in:
Licaon_Kter 2024-04-16 08:45:26 +00:00
parent 4b706eb5ba
commit 868f489a2d

View file

@ -80,10 +80,8 @@ Builds:
subdir: android/app/
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.gz https://nodejs.org/download/release/v18.12.1/node-v18.12.1-linux-x64.tar.gz
- echo "a8fcacb8033504e6d704bdee821f7005ee3774db25c799bcf2a13b5bda7de172 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- apt-get update
- apt-get install -y make npm
- npm install -g @ionic/cli
init:
- cd ../..