update pnpm to latest v10

This commit is contained in:
2025-05-31 10:53:29 -05:00
committed by Carlos Valente
parent 3b1e6cf33d
commit 0b9306de82
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
version: 10
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -78,7 +78,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
version: 10
- name: Install dependencies
run: pnpm install --frozen-lockfile