.
Some checks failed
Build Android / Build APK (push) Failing after 37s

This commit is contained in:
Alexander Kacheryants 2024-07-15 16:40:49 +03:00
parent 92e0df19e5
commit a05d2fc6af

View File

@ -60,14 +60,6 @@ jobs:
# - name: Install Ionic
# run: npm install -g @ionic/cli
- name: Cache npm dependencies
uses: actions/cache@v2
with:
path: '~/.npm'
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install app dependencies
run: npm install