question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

Behaviour

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

  1. Use the latest version, 1.14.0
  2. 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:closed
  • Created 2 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

4reactions
crazy-maxcommented, Feb 28, 2022

v1 tag is now v1.13.0.

2reactions
justfaltercommented, Feb 28, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found