mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update com.graphhopper.maps.yml to use Node v16.17.0
This commit is contained in:
parent
1263d5493a
commit
2e01ccca2e
1 changed files with 2 additions and 3 deletions
|
|
@ -153,14 +153,13 @@ Builds:
|
|||
|
||||
- versionName: 1.0.5
|
||||
versionCode: 6
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/12607#note_1285366932
|
||||
commit: c03aa0cbd34bcfd25e74d8b8a5555106de1c71a7
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.2.0/node-v16.2.0-linux-x64.tar.gz
|
||||
- echo "c3fd89a768e40a2fd8008919100bd283e6e9aec742eddeb1d494eb2a626466dc node.tar.gz"
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.0/node-v16.17.0-linux-x64.tar.gz
|
||||
- echo "4827808e50b8ee42b4dadf056835287dac267b9cff56cea56e70843bf8cecb79 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
init:
|
||||
|
|
|
|||
Loading…
Reference in a new issue