refactor: remove npm cache configuration from CI workflow
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
-2
View File
@@ -15,8 +15,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'npm'
- run: npm install --only=dev