revert(ci): remove actions/cache@v4 - hangs on act_runner v0.6.1
CI / build-server-core (push) Successful in 5m41s
CI / server-core-test (push) Has been skipped
CI / device-agent-test (push) Has been skipped
CI / dashboard-test (push) Has been skipped
CI / build-device-agent (push) Successful in 2m11s
CI / build-dashboard (push) Successful in 1m11s
CI / build-docs (push) Successful in 1m9s
CI / release (push) Successful in 29s

actions/cache@v4 not compatible with self-hosted act_runner.
Builds complete in 3-5min without cache - acceptable.
This commit is contained in:
datadunia
2026-06-17 13:54:58 +07:00
parent 6f57540490
commit 9a2212d691
3 changed files with 0 additions and 22 deletions
-6
View File
@@ -21,12 +21,6 @@ jobs:
with:
node-version: '24'
- uses: actions/cache@v4
with:
path: ~/.npm
key: dashboard-npm-${{ hashFiles('apps/dashboard-ui/package-lock.json') }}
restore-keys: dashboard-npm-
- name: Install
working-directory: apps/dashboard-ui
run: npm ci || npm install