Closed
Description
Description:
A clear and concise description of what the bug is.
Action version:
'actions/setup-node@v3' (SHA:64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c)
Platform:
- Ubuntu
- macOS
- Windows
- Linux
Runner type:
- Hosted
- Self-hosted
Tools version:
node: v14.21.3
npm: 6.14.18
yarn: 1.19.1
Repro steps:
Intermittently, the setup-node action times out after 60 minutes. Logs indicate that it's restoring yarn cache.
Expected behavior:
EITHER
- restore cache succeeds quickly
OR - setup-node times out after a minute or two, proceeds without cache
Actual behavior:
- restore cache stalls, and the workflow eventually times out