mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 17:59:45 +00:00
thud - use debian npm
This commit is contained in:
parent
4b706eb5ba
commit
868f489a2d
1 changed files with 2 additions and 4 deletions
|
|
@ -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 ../..
|
||||
|
|
|
|||
Loading…
Reference in a new issue