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