From 9c38e1bc578426bfcec92b834141f7e3d33b8735 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Thu, 2 Jul 2026 19:10:18 +0700 Subject: [PATCH] fix(ci): update daemon PID and timestamps in configuration files 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. --- .codegraph/daemon.pid | 4 ++-- .gitea/workflows/ci.yaml | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.codegraph/daemon.pid b/.codegraph/daemon.pid index 6dabc54..6123d49 100644 --- a/.codegraph/daemon.pid +++ b/.codegraph/daemon.pid @@ -1,6 +1,6 @@ { - "pid": 44608, + "pid": 52448, "version": "0.9.9", "socketPath": "\\\\.\\pipe\\codegraph-97b92efdcc5351da", - "startedAt": 1781240018712 + "startedAt": 1782969267595 } diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4b99cc4..afee7d2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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