fix(ci): replace go-hashfiles with shell hash for dashboard (no Go installed)
CI / build-docs (push) Successful in 1m10s
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-server-core (push) Successful in 2m52s
CI / build-device-agent (push) Successful in 2m38s
CI / build-dashboard (push) Successful in 6m15s
CI / release (push) Successful in 32s

This commit is contained in:
datadunia
2026-06-17 15:07:21 +07:00
parent 290af48007
commit 4c9e54aaa3
+2 -4
View File
@@ -23,11 +23,9 @@ jobs:
with: with:
node-version: '24' node-version: '24'
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1 - name: Hash package-lock
id: hash-npm id: hash-npm
with: run: echo "hash=$(sha256sum apps/dashboard-ui/package-lock.json | cut -d' ' -f1)" >> "$GITHUB_OUTPUT"
patterns: |
apps/dashboard-ui/package-lock.json
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with: