Drop npm cache in CI (Docker-mode runner cache server causes failures)
Some checks failed
Test, Build & Deploy / test-and-build (push) Failing after 34s
Test, Build & Deploy / deploy (push) Has been skipped

This commit is contained in:
hermes-explorigin 2026-08-30 20:43:12 +00:00
parent b8f7283eb3
commit abc13df7f9

View File

@ -18,7 +18,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
@ -46,7 +45,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci