You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the checkout@v4 cannot be used on Ubuntu 22.04.4 LTS.
the error message is:
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node20' is not supported, use 'docker', 'node12' or 'node16' instead.')
I already tried to use node16 instead but there is no chance to avoid using node20 in the action.yml
Is there any way to specify or override the node version in the action.yml file?
What I have already tried is this approach but it does not fix the issue:
Please note that checkout@v3 works without any issues as it runs using node16. And yes, I have already updated the node version to v20 on the self hosted runner and it does not fix the issue.
Is there any workaround to fix this kind of issue?
Thanks in advance,
Jascha
The text was updated successfully, but these errors were encountered:
Dear all,
the checkout@v4 cannot be used on Ubuntu 22.04.4 LTS.
the error message is:
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node20' is not supported, use 'docker', 'node12' or 'node16' instead.')
I already tried to use node16 instead but there is no chance to avoid using node20 in the action.yml
Is there any way to specify or override the node version in the action.yml file?
What I have already tried is this approach but it does not fix the issue:
Please note that checkout@v3 works without any issues as it runs using node16. And yes, I have already updated the node version to v20 on the self hosted runner and it does not fix the issue.
Is there any workaround to fix this kind of issue?
Thanks in advance,
Jascha
The text was updated successfully, but these errors were encountered: