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: Parameter using node16 is not supported, use docker or node12 instead

See original GitHub issue

Update 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:open
  • Created 2 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

1reaction
shubhamdeodiacommented, May 20, 2022

Having the same issue

image
0reactions
rafael-leal-mccormackcommented, Jun 10, 2022

Also having this issue, are there any work arounds?

Read more comments on GitHub >

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

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