-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Error: Parameter using node16 is not supported, use docker or node12 instead #711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @ogomozov-godaddy, are you running on GHES or dotcom? This sounds like an out of date runner version, please pin to the |
@thboop we run Enterprise, but it is under github.com. Idk, which code of actions\runners we use. We also use custom self hosted runners, idk if it matters |
We encountered a similar issue within our GitHub Enterprise Server deployment (Which uses self-hosted runners). We're currently running GitHub Enterprise Server 3.3, but our repositories are receiving automated PRs to update them to Those PRs fail because of the Node 16 error mentioned above. At the moment we're waiting to upgrade to 3.4, which should resolve the issue. |
Same, intermittent. Enterprise / github.com , self hosted runners |
Also having this issue, are there any work arounds? |
Some time later... I'm now seeing this issue on a handful of repos/workflows with self hosted runners. Would be cool to know what the issue is. |
Any updates on this? |
+1 |
any update? |
+1 |
The issue solved itself in some way or another for me - i have no idea, how it has been solved I did perform an docker version update at some point, but i don't know if that really solved it - or if it has been solved in any other way. |
On self-hosted runners, as soon as I add an SSH key or known-hosts, this problem is showing up for me |
Update to commit a12a394 (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:
Here is the log
The text was updated successfully, but these errors were encountered: