action-setup/.github/workflows
Zoltan Kochan 994d756a33
feat: read pnpm version from devEngines.packageManager (#211)
* feat: read pnpm version from devEngines.packageManager field

When no version is specified in the action config or the packageManager
field of package.json, fall back to devEngines.packageManager.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* feat: skip self-update for devEngines.packageManager and add CI tests

pnpm auto-switches to the right version when devEngines.packageManager
is set, so self-update is unnecessary. This also enables range support
(e.g. ">=9.15.0") which self-update doesn't handle.

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 11:10:47 +01:00
..
pr-check.yaml chore(workflows): adding pr-check.yaml to validate dist folder (#213) 2026-03-19 14:52:48 +01:00
test.yaml feat: read pnpm version from devEngines.packageManager (#211) 2026-03-27 11:10:47 +01:00