Fix installing pnpm in github actions

The action is buggy and does not read the "packagerManager" field from the "package.json" despite saying so in its documentation
This commit is contained in:
schroda
2026-05-15 21:33:41 +02:00
parent cf6c79ab7b
commit 649fa1e932
4 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ jobs:
- uses: pnpm/action-setup@v6
name: Install pnpm
with:
version: 11.1.2
cache: true
- name: Cache node_modules