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
Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node22' is not supported, use 'docker', 'node12', 'node16' or 'node20' instead.')
at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
The text was updated successfully, but these errors were encountered:
Describe the bug
Specifying
node22
as the runtime for JavaScript actions results inSystem.ArgumentOutOfRangeException
error.Node.js v22 transitioned into LTS On October 29, 2024
To Reproduce
Expected behavior
Runner Version and Platform
What's not working?
The text was updated successfully, but these errors were encountered: