Closed
Description
- When it doesn't find the node in cache, it gives request timeout.
- After removing setup-node action, we've observed the
github-scripts@v7
still run, butupload-artifacts
action sometimes give issue. - And sometimes there aren't any logs of
setup-node
, whether it is caching node or caching the action itself, or attempting to download directly. Hence, we aren't sure how to debug it. Seems like a cache issue to me because it happened after we re-deployed our self-hosted github runners. - I tried to reproduce the issue by deleting the
node
cache in/opt/hostedtoolcache
from our self-hosted runner, but in that case it passed 🙂 - Its very random. Please if anyone has any idea, or whether it's related to our network issue, then help us ASAP.
Action version:
setup-node@v4
node version: 20
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
node-version: 20
Repro steps:
Expected behavior:
A description of what you expected to happen.
Actual behavior:
A description of what is actually happening.