cli
cli copied to clipboard
[BUG] `npm ci` hanging on macOS workflows
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest npm version
- [X] I am using the latest npm
Current Behavior
I have observed that npm ci currently hangs on all macOS workflows in the eye-js repository; I have tested re-running workflows that were previously running on the main branch, and they are now failing with no changes to the code. npm ci still works as expected on Windows and Ubuntu.
This behavior can be seen in https://github.com/eyereasoner/eye-js/actions/runs/8283522458/job/22667163377?pr=947
Expected Behavior
No response
Steps To Reproduce
No response
Environment
The workflow definition can be seen at https://github.com/eyereasoner/eye-js/blob/main/.github/workflows/nodejs.yml