chore: disable npm cache
This commit is contained in:
parent
813db26670
commit
cc789743a5
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ runs:
|
|||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version-file: .node-version
|
||||
cache: 'npm'
|
||||
# cache: 'npm'
|
||||
- shell: bash
|
||||
run: npm ci
|
||||
|
|
Loading…
Reference in a new issue