Closed beeeyan closed 2 months ago
Hi @beeeyan, there is a fix for this issue (#1320) that will be released on Monday (Sept 23rd).
@beeeyan The fix for this has been released
@colincasey Apologies for the delayed response. I’ve just confirmed that the CI tests are now passing. Thank you for your support and for checking on this! 🙇
Summary
When I enable Heroku CI in a project that uses pnpm, the buildpack tests fail with the following error:
Could you please confirm if this behavior is expected?
Versions
Here is the relevant section of my engines configuration:
Heroku-22 Stack
v20.17.0
, as shown in the logs.`PNPM 9.1.3
Workaround
To bypass this issue, I added the following heroku-prebuild script to package.json, which disables corepack:
Ideally, we would like to be able to use corepack, so is there a solution that allows us to keep using it?