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>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-05 11:51:16 +00:00
parent c050bf6805
commit 10265288cc

View File

@@ -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