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