From c408f95086ddce67cd9967add6817084fbb8edd9 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 3 Jul 2024 20:15:00 +0200 Subject: [PATCH] chore: Update pnpm version in alpha.yml workflow --- .github/workflows/alpha.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 0d5941284..6d8bdbdbe 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -28,7 +28,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - uses: actions/checkout@v3 @@ -36,7 +36,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: latest + version: run_install: false - name: Get pnpm store directory