refactor: remove npm cache configuration from CI workflow
All checks were successful
CI / build-and-publish (push) Successful in 10s

This commit is contained in:
Space-Banane
2026-02-17 16:55:53 +01:00
parent 1bf2fbe3a6
commit 7b2c6affe1

View File

@@ -15,8 +15,6 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '24' node-version: '24'
cache: 'npm'
- run: npm install --only=dev - run: npm install --only=dev