BLOG-8 fix: node pnpm cache
Some checks failed
Frontend CI / build (push) Failing after 1m4s

This commit is contained in:
SquidSpirit 2025-01-18 17:30:11 +08:00
parent dc73ef180b
commit c2fef757b3

View File

@ -23,6 +23,7 @@ jobs:
with: with:
node-version: 20 node-version: 20
cache: "pnpm" cache: "pnpm"
cache-dependency-path: frontend/pnpm-lock.yaml
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install