From e92bc09613cf1d04525c8c6ac604380dea5ebfca Mon Sep 17 00:00:00 2001 From: Hewston Fox Date: Mon, 9 Mar 2026 01:15:34 +0200 Subject: [PATCH] chore: try fix pipeline --- .gitea/workflows/autofix.ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/autofix.ci.yaml b/.gitea/workflows/autofix.ci.yaml index ee43ee1..02d807b 100644 --- a/.gitea/workflows/autofix.ci.yaml +++ b/.gitea/workflows/autofix.ci.yaml @@ -26,13 +26,14 @@ jobs: version: 10.30.3 run_install: false + - name: Configure pnpm store + run: pnpm config set store-dir /root/.pnpm-store + - name: Setup Node.js uses: actions/setup-node@v6 with: node-version-file: ".nvmrc" cache: "pnpm" - env: - PNPM_HOME: /root/.local/share/pnpm - name: Install dependencies run: pnpm install --frozen-lockfile