Tweak CI cache setup

This commit is contained in:
Peter Steinberger 2025-11-05 04:35:04 +00:00
parent 2ecc905407
commit da167da159

View File

@ -19,7 +19,6 @@ jobs:
with:
node-version: 22
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
- run: pnpm --version
- run: pnpm check