From 003610de8e31332c32c5db3408599eb39b2c1e35 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:14:33 -0600 Subject: [PATCH] chore: remove pnpm caching from build preview workflow - Eliminated the caching configuration for pnpm in the build preview workflow to streamline the dependency installation process. --- .github/workflows/build-preview.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index b468b6b..f7cd7dc 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - cache: pnpm - name: Install dependencies working-directory: app