From 1dbefad6d484543f13e5121f824156ff0fa6844e Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:09:39 -0600 Subject: [PATCH] chore: update pnpm version in build preview workflow - Specified pnpm version 8 in the build preview workflow for consistency and compatibility. --- .github/workflows/build-preview.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index 60142ccb..8c8bed27 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -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