From 1a08ab0e3ba188561f478be3fea016988ef66282 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 3 Jul 2024 21:17:32 +0200 Subject: [PATCH] chore: Update pnpm version to latest in alpha.yml workflow --- .github/workflows/alpha.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index f529699b0..0dc0d4773 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -92,11 +92,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 - id: pnpm-install - with: - version: 8 - run_install: false + - name: Install dependencies + run: pnpm install - name: Get pnpm store directory id: pnpm-cache