Cache pnpm deps

This commit is contained in:
aria 2025-05-16 22:48:55 +10:00
parent 865798bf1a
commit 5dbbf7d550
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -31,9 +31,10 @@ jobs:
with: with:
node-version: 23.11.0 node-version: 23.11.0
cache: 'pnpm' cache: 'pnpm'
- run: pnpm install
- name: Install dependencies # - name: Install dependencies
run: pnpm install # run: pnpm install
- name: Build website - name: Build website
run: pnpm run build-action run: pnpm run build-action