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.
This commit is contained in:
Mauricio Siu 2025-03-16 12:14:33 -06:00
parent cdf7613733
commit 003610de8e

View File

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