From 10265288cc7965e832e406f6c4dd3f3ba3eb0458 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:51:16 +0000 Subject: [PATCH] Fix Node.js cache configuration in joomla_testing workflow Remove npm cache configuration since repository has no package-lock.json file. This resolves the "Some specified paths were not resolved, unable to cache dependencies" error in GitHub Actions. Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- .github/workflows/joomla_testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/joomla_testing.yml b/.github/workflows/joomla_testing.yml index 800f4b0..1724132 100644 --- a/.github/workflows/joomla_testing.yml +++ b/.github/workflows/joomla_testing.yml @@ -56,8 +56,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '18' - cache: 'npm' - cache-dependency-path: '**/package-lock.json' - name: Cache Joomla Downloads uses: actions/cache@v4