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