mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-20 15:31:30 +02:00
The frontend uses pnpm 11 (packageManager field, v11 lockfile, and the allowBuilds key in pnpm-workspace.yaml is a pnpm 10+ feature), but the release_ui job's pnpm/action-setup was pinned to v9. v9 rejects the workspace file with 'packages field missing or empty' before the frontend build hook can run.