chore: Update pnpm version to latest in alpha.yml workflow

This commit is contained in:
Mauro Balades
2024-07-03 20:25:53 +02:00
parent e921027a5c
commit 023bf78c8e

View File

@@ -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