chore: enable caching for pnpm in build preview workflow

- Added caching for pnpm to improve dependency installation speed in the build preview workflow.
This commit is contained in:
Mauricio Siu 2025-03-16 12:12:05 -06:00
parent 1dbefad6d4
commit 436cd4e702

View File

@ -19,6 +19,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
working-directory: app