From 436cd4e702633c1a73cc850aa40d01030a41d58e Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:12:05 -0600 Subject: [PATCH] chore: enable caching for pnpm in build preview workflow - Added caching for pnpm to improve dependency installation speed in the build preview workflow. --- .github/workflows/build-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index 8c8bed27..d7863390 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -19,6 +19,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 + cache: pnpm - name: Install dependencies working-directory: app