Fix: remove npm cache from workflow (no lock file in repo)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
SRS IT
2026-03-28 18:28:05 -04:00
parent 3d98f684cf
commit 3fa94ea6e3
-1
View File
@@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '20'
cache: 'npm'
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install