-
Notifications
You must be signed in to change notification settings - Fork 473
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
System.ArgumentOutOfRangeException using: node20' is not supported #920
Comments
What runner are you using in the cases that it fails? |
It's self-hosted if this matters. JFYI, there are 15 parallel jobs in the same configuration, which run in parallel P.S. the error happens on the
|
As far as I'm aware, GitHub self hosted runners should update automatically. So I doubt that it's your runner version being out of date, but I'm also not sure why else this would be occurring since |
How often does this issue occur? Can you share any steps for consistently reproducing it? |
From what I faced, it had happened 4 times in the past few weeks (since the action version upgrade). |
We are also facing the same issue with the |
Node20 support was added in actions/[email protected] (See commit here). For self hosted runners, you will have to update your runner code. If you’re running on GitHub, that may indicate a bug in GitHub. If the issue occurs intermittently, we'd need to figure out if it’s the runner version that’s the problem. Runner versions are reported in the “Set Up Job” step of every workflow execution. |
I checked the failed runner. Indeed, it had an older version than the required
Thank you! |
Considering that this is not obvious, you may want to add a word in the v4 announcement about the minimal actions/runner version required |
Comments on closed issues are hard for our team to see. |
Describe the bug
After upgrading to v4, we have the exception from time to time
Expected Behavior
I expect it to work.
We have 15 similar jobs in the workflow which run in parallel.
Sometimes, one of them fails with the exception.
A retry helps
Current Behavior
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: