-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected error attempting to determine if file exists on ubuntu-24.04-arm
#1202
Comments
Possibly related: actions/runner-images#11409 |
Hi @styfle 👋, |
I'm experiencing the same, but I think this is not a problem with this repo, but rather an issue with the ARM64 image. It seems like this issue has now been resolved. :) |
Hi @styfle, This issue has now been resolved. Please rerun your workflow to confirm. We are closing this issue for now. If you encounter any further issues or have additional questions, feel free to reach out. |
@priyagupta108 That solved the error but that revealed another issue: there is no cache. I reran twice to confirm that node is downloaded each time instead of cached. https://github.com/styfle/packagephobia/actions/runs/12817005768/job/36025970456?pr=1065#step:3:10 https://github.com/styfle/packagephobia/actions/runs/12817005768/job/36026007041?pr=1065#step:3:10 Let me know if I should create a new issue and where. |
Hi @styfle, |
Description:
I'm getting this error with the new
ubuntu-24.04-arm
runner:https://github.com/styfle/packagephobia/actions/runs/12817005768/job/35739230231?pr=1065#step:3:13
Action version:
actions/setup-node@v4
Platform:
Runner type:
Tools version:
Repro steps:
Use
actions/checkout@v4
and then@actions/node@v4
on theubuntu-24.04-arm
runner:styfle/packagephobia@ee0ed90
Expected behavior:
Should fetch correct Node.js version without errors.
Actual behavior:
The text was updated successfully, but these errors were encountered: