Drop npm cache in CI (Docker-mode runner cache server causes failures)
Some checks failed
CI / test-and-build (push) Failing after 42s

This commit is contained in:
hermes-explorigin 2026-08-30 20:43:13 +00:00
parent ab991e212c
commit 9125341a8c

View File

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