Fix workflow cache paths for missing package-lock files
This commit is contained in:
2
.github/workflows/build-android-app.yml
vendored
2
.github/workflows/build-android-app.yml
vendored
@@ -27,8 +27,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: android-app/package-lock.json
|
||||
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v4
|
||||
|
||||
Reference in New Issue
Block a user