Run pnpm --version && pnpm install --frozen-lockfile
11.1.0
[ERR_PNPM_BROKEN_LOCKFILE] The lockfile at "D:\a\pnpm-action-11\pnpm-action-11\pnpm-lock.yaml" is broken: expected a single document in the stream, but found more
Error: Process completed with exit code 1.
See repro on https://github.com/OpportunityLiu/pnpm-action-11/actions/runs/25711820870/job/75493510168
pnpm --versionreports11.1.0, which is correct. Butpnpm installis still failed withERR_PNPM_BROKEN_LOCKFILE.Maybe releated #225, #238