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
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
cache: 'npm'
|
|
||||||
cache-dependency-path: frontend/package-lock.json
|
|
||||||
|
|
||||||
- name: Get commit info
|
- name: Get commit info
|
||||||
id: commit
|
id: commit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user