Fix pnpm installation step to use lockfile instead of specifying version

This commit is contained in:
2025-04-19 19:33:19 +02:00
parent a73598e47f
commit 997ae4b037

View File

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