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

This commit is contained in:
Hewston Fox
2026-03-09 01:24:59 +02:00
parent 1ab1c18508
commit 941a165243

View File

@@ -33,7 +33,13 @@ jobs:
uses: actions/setup-node@v6
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- name: Cache pnpm store
uses: actions/cache@v4
with:
path: /root/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: pnpm-
- name: Install dependencies
run: pnpm install --frozen-lockfile