From 66353aa3e3bf0f9d19880bdb006396cdc4accd3b Mon Sep 17 00:00:00 2001 From: liviu Date: Sat, 6 Dec 2025 11:11:37 +0100 Subject: [PATCH] Update .github/workflows/sonar.yml --- .github/workflows/sonar.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 673607d..ce3da0e 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -27,7 +27,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: "24" - cache: "npm" - name: Install dependencies run: npm ci - name: Save npm cache