Update pnpm version to 10 in GitHub Actions workflow

This commit is contained in:
2025-04-19 19:29:11 +02:00
parent 64a715ff32
commit 18b6ba89ec
2 changed files with 1 additions and 38 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 10
- name: Install Node.js
uses: actions/setup-node@v4