Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node16' is not supported, use 'docker' or 'node12' instead.')
See original GitHub issueBehaviour
After pulling the latest version 1.14.0, I’m getting the following error
Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node16' is not supported, use 'docker' or 'node12' instead.')
Steps to reproduce this issue
- Use the latest version, 1.14.0
Error: Fail to load docker/login-action/v1/action.yml
Expected behaviour
It should load the action
Actual behaviour
It throws an error while loading the action
Logs
Download action repository 'docker/login-action@v1' (*******)
Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node16' is not supported, use 'docker' or 'node12' 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)
Error: Fail to load docker/login-action/v1/action.yml
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (7 by maintainers)
Top Results From Across the Web
Fail to load actions/checkout/main/action.yml - Stack Overflow
ArgumentOutOfRangeException : Specified argument was out of the range of valid values. (Parameter ''using: node16' is not supported, use ...
Read more >Actions can now run in a Node.js 16 runtime | GitHub Changelog
Actions can now run in a Node.js 16 runtime ... Actions authors can now specify that their action can run in Node.js 16...
Read more >Specified argument was out of the range of valid values ...
You are trying to access an array or List and specifying an index value that is either negative or larger than the largest...
Read more >Store configuration data using Docker Configs
Docker swarm service configs allow you to store non-sensitive information, such as configuration files, outside a service's image or running containers. This ...
Read more >Specified argument was out of the range of valid values ...
Error : System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'http://github.com/"using: node16' is not ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v1
tag is nowv1.13.0
.Node 16 support won’t be available to GHE until 3.4, which is still in RC: https://docs.github.com/en/enterprise-server@3.4/admin/release-notes#3.4.0.rc1 … I’m uncertain as to whether it is simply a matter of upgrading to a newer version of the actions runner… There seems to be a tight coupling of the actions runner version and the GHE version.
Really, this feels like a breaking change for GHE users.