chore: try fix pipeline
Some checks failed
autofix.ci / prepare (pull_request) Failing after 4m50s

This commit is contained in:
Hewston Fox
2026-03-09 01:15:34 +02:00
parent 9f1a0927fd
commit e92bc09613

View File

@@ -26,13 +26,14 @@ jobs:
version: 10.30.3 version: 10.30.3
run_install: false run_install: false
- name: Configure pnpm store
run: pnpm config set store-dir /root/.pnpm-store
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version-file: ".nvmrc" node-version-file: ".nvmrc"
cache: "pnpm" cache: "pnpm"
env:
PNPM_HOME: /root/.local/share/pnpm
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile