From 023bf78c8ebcea837c26639e06cff3a2890ca173 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 3 Jul 2024 20:25:53 +0200 Subject: [PATCH] chore: Update pnpm version to latest in alpha.yml workflow --- .github/workflows/alpha.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index f96dd07bf..8fd31f5b8 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -28,16 +28,12 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 - name: Install pnpm - id: pnpm-install - with: - version: 8 - run_install: false + - name: Install pnpm + run: npm install -g pnpm - name: Get pnpm store directory id: pnpm-cache