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

This commit is contained in:
Mauro Balades
2024-07-03 20:27:43 +02:00
parent 023bf78c8e
commit 9e809172c3
3 changed files with 569 additions and 2637 deletions

View File

@@ -28,12 +28,16 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 16
- uses: actions/checkout@v3
- name: Install pnpm
run: npm install -g pnpm
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 9.4.0
run_install: false
- name: Get pnpm store directory
id: pnpm-cache

2182
package-lock.json generated

File diff suppressed because it is too large Load Diff

1014
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff