disable npm cache
parent
0e0da77c52
commit
f4022064cb
|
|
@ -20,7 +20,6 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: 'npm'
|
||||
- name: Install Application
|
||||
run: |
|
||||
npm ci
|
||||
|
|
|
|||
Loading…
Reference in New Issue