I am running a Drupal deployment and as part of the build, I have composer pull in dependencies. Since I upgraded to the latest version of Drupal in September, our pipeline has been failing due to a dependency issue. When we run our pipeline manually or (or even just running composer locally), we don't have the dependency issue.
Is there any way to debug what is going on in the pipeline vs our devs' local environments?