chore: disable npm cache

This commit is contained in:
Michael Kriese 2024-02-07 12:12:18 +01:00
parent 813db26670
commit cc789743a5
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -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