Error: Parameter using node16 is not supported, use docker or node12 instead
See original GitHub issueUpdate to commit a12a3943b4bdde767164f792f33f40b04645d846 (March 01) via dependabot caused error in this action I believe it is somehow related to actions\runner, which is likely throws this error and being used by actions\checkout Here is our code for this action:
- name: Checkout Current Repo
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
Here is the log
Download action repository 'actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846' (SHA:a12a3943b4bdde767164f792f33f40b04645d846)
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 actions/checkout/a12a3943b4bdde767164f792f33f40b04645d846/action.yml
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
Fail to load actions/checkout/main/action.yml - Stack Overflow
(Parameter ''using: node16' is not supported, use 'docker' or 'node12' instead.') at GitHub.Runner.Worker.ActionManifestManager.
Read more >Actions can now run in a Node.js 16 runtime | GitHub Changelog
May 20, 2022. Actions authors can now specify that their action can run in Node.js 16 by specifying runs.using as node16 in the...
Read more >docker service create - Docker Documentation
Creates a service as described by the specified parameters. Note. This is a cluster management command, and must be executed on a swarm...
Read more >10 best practices to containerize Node.js web applications ...
Use explicit and deterministic Docker base image tags; Install only production dependencies in the Node.js Docker image; Optimize Node.js ...
Read more >Node.js v19.3.0 Documentation
Using assert.doesNotThrow() is actually not useful because there is no benefit in catching an error and then rethrowing it. Instead, consider adding a ......
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
Having the same issue
Also having this issue, are there any work arounds?