removed npm cache as wasn't working
Some checks failed
Build and Deploy Backend / Run Linters and Tests (Backend) (push) Successful in 18s
Build and Deploy Backend / Build (Frontend Web) (push) Successful in 1m4s
Build and Deploy Backend / Build Native Android App (EAS) (push) Failing after 32s
Build and Deploy Backend / Build (Backend) (push) Successful in 52s
Build and Deploy Backend / Deploy to Host (push) Failing after 3s
Some checks failed
Build and Deploy Backend / Run Linters and Tests (Backend) (push) Successful in 18s
Build and Deploy Backend / Build (Frontend Web) (push) Successful in 1m4s
Build and Deploy Backend / Build Native Android App (EAS) (push) Failing after 32s
Build and Deploy Backend / Build (Backend) (push) Successful in 52s
Build and Deploy Backend / Deploy to Host (push) Failing after 3s
This commit is contained in:
@@ -133,8 +133,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: interfaces/nativeapp/package-lock.json
|
||||
|
||||
- name: Install frontend dependencies
|
||||
working-directory: ./interfaces/nativeapp
|
||||
@@ -183,8 +181,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: interfaces/nativeapp/package-lock.json
|
||||
|
||||
- name: Install frontend dependencies
|
||||
working-directory: ./interfaces/nativeapp
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user