fix(ci): update daemon PID and timestamps in configuration files
CI / changes (push) Successful in 9s
CI / commitlint (push) Has been skipped
CI / openapi (push) Successful in 27s
CI / web (push) Failing after 9s
CI / go (push) Successful in 52s
CI / bird2 (push) Successful in 15s
CI / release (push) Has been skipped

Updated the daemon PID from 44608 to 52448 and adjusted the startedAt timestamp in the .codegraph/daemon.pid file. Additionally, modified the CI workflow configuration in .gitea/workflows/ci.yaml to ensure consistent pnpm version usage during the setup process.
This commit is contained in:
Denozordec
2026-07-02 19:10:18 +07:00
parent 4ac99e43ae
commit 9c38e1bc57
2 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"pid": 44608,
"pid": 52448,
"version": "0.9.9",
"socketPath": "\\\\.\\pipe\\codegraph-97b92efdcc5351da",
"startedAt": 1781240018712
"startedAt": 1782969267595
}
+3 -5
View File
@@ -167,14 +167,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- uses: pnpm/action-setup@v4
with:
version: 10
- name: pnpm install, typecheck, lint, build
run: |
set -euxo pipefail