Remove npm cache configuration from CI workflow
Some checks failed
CI / build-and-publish (push) Failing after 6s

This commit is contained in:
Space-Banane
2026-02-17 16:09:52 +01:00
parent 553506c02b
commit 6a5a2adbdc

View File

@@ -15,7 +15,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'npm'
- run: npm ci