kaxil opened a new pull request, #65189: URL: https://github.com/apache/airflow/pull/65189
The registry build and backfill workflows fail with `ERR_PNPM_LOCKFILE_CONFIG_MISMATCH` because they install pnpm v9, but the lockfile was generated with pnpm v10. pnpm v9 and v10 handle `pnpm-workspace.yaml` overrides differently. The overrides section in the workspace config is written into the lockfile by pnpm v10, but pnpm v9 doesn't recognize it as matching, so `--frozen-lockfile` always fails. ## Fix Bump pnpm from v9 to v10 in both `registry-build.yml` and `registry-backfill.yml`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
