runs:
using: 'node22'
main: 'main.js'
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)
Describe the bug
Specifying
node22as the runtime for JavaScript actions results inSystem.ArgumentOutOfRangeExceptionerror.Node.js v22 transitioned into LTS On October 29, 2024
To Reproduce
Expected behavior
Runner Version and Platform
What's not working?