chore: update pnpm version in build preview workflow

- Specified pnpm version 8 in the build preview workflow for consistency and compatibility.
This commit is contained in:
Mauricio Siu 2025-03-16 12:09:39 -06:00
parent 899a91a254
commit 1dbefad6d4

View File

@ -14,10 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
working-directory: app