Disable npm cache in workflow to prevent hanging
This commit is contained in:
parent
573211aa26
commit
539ccaae72
@ -94,8 +94,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
cache: 'npm'
|
||||
cache-dependency-path: frontend/package-lock.json
|
||||
|
||||
- name: Get commit info
|
||||
id: commit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user