CI fails with "can't satisfy the dependency graph"
### Is your feature request related to a problem? Please describe.
The CI fails with the following error intermittently
```console
➤ YN0000: The command failed for workspaces that are depended upon by other workspaces; can't satisfy the dependency graph
```
Example: https://github.com/trivikr/vitest-codemod/actions/runs/4186084112/jobs/7254089728
A retry usually fixes the issue, but it has been happening pretty frequently
### Describe the solution you'd like
CI does not fail with error "can't satisfy the dependency graph"
### Describe alternatives you've considered
Continue retrying when CI fails.
10 条评论