From 77bb666b39e4dc45f2738066d7efd556d32038cc Mon Sep 17 00:00:00 2001 From: Hewston Fox Date: Mon, 9 Mar 2026 01:11:27 +0200 Subject: [PATCH] chore: try fix pipeline --- .gitea/workflows/autofix.ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/autofix.ci.yaml b/.gitea/workflows/autofix.ci.yaml index 7cb45b9..64e759b 100644 --- a/.gitea/workflows/autofix.ci.yaml +++ b/.gitea/workflows/autofix.ci.yaml @@ -30,6 +30,8 @@ jobs: with: node-version-file: ".nvmrc" cache: "pnpm" + env: + PNPM_HOME: /root/.local/share/pnpm - name: Install dependencies run: pnpm install --frozen-lockfile