Closed Salman2301 closed 1 hour ago
Visit the deploys page to approve it
Name | Link |
---|---|
Latest commit | a40d6ce00b31abc5be07396595f7eba7e8e91d3f |
The reason the action is failing is because pnpm is not installed inside of the actions pipeline. You may need to add a section after the checkout that uses: https://github.com/pnpm/action-setup?tab=readme-ov-file#usage-example
This is related to this issue https://github.com/actions/checkout/issues/455
Notes
toReadme
Closes: #53