You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after the recent change (3496e55) to switch to Node16 by default,
we are getting:
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 google-github-actions/get-secretmanager-secrets/main/action.yml
in our CI pipeline.
Anyone else having this issue?
Any way we can fix it on our side?
You can temporarily pin to @v0.4.1 which is the last release in the series that supports Node 12.
Node 12 is EOL in ~3mo and the managed GitHub Actions runners support Node 16. I think you may need to update to the latest GitHub Actions runner or base image on your self-hosted runners.
Please let me know if you have any additional questions.
TL;DR
Hi all,
after the recent change (3496e55) to switch to Node16 by default,
we are getting:
in our CI pipeline.
Anyone else having this issue?
Any way we can fix it on our side?
Thank you!
Expected behavior
No response
Observed behavior
No response
Action YAML
Log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: