fix(ci): update pnpm version to 10.x and fix lockfile compatibility

- Update GitHub Actions to use pnpm 10 instead of 8
- Remove frozen-lockfile setting from .npmrc
- Regenerate pnpm-lock.yaml with lockfileVersion 9.0
- Remove pnpm-workspace.yaml (not needed for single project)
This commit is contained in:
Lorenzo Iovino 2026-01-08 16:52:31 +01:00
parent da4a7d0792
commit 81c84a844f
2 changed files with 1 additions and 4 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 10
- name: Get pnpm store directory
id: pnpm-cache