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
|
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: 'npm'
|
# cache: 'npm'
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
Loading…
Reference in a new issue