chore: remove pnpm cache configuration from workflow

This commit is contained in:
Tunglies
2025-06-18 01:30:38 +08:00
parent 72c4b9de8a
commit ce7e1d6456

View File

@@ -30,9 +30,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "pnpm"
cache-dependency-path: |
pnpm-lock.yaml
- run: pnpm i --frozen-lockfile
- run: pnpm format:check