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
Download action repository 'actions/checkout@v4' (SHA:b4ffde65f46336ab88eb53be808477a3936bae11)
Download action repository 'actions/setup-node@v4' (SHA:b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8)
Download action repository 'akhileshns/[email protected]' (SHA:74c2affebaa8010fb38a7ff9bb4568d57fd4fdf2)
Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node18' is not supported, use 'docker', 'node12', 'node16' or 'node20' 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 akhileshns/heroku-deploy/v3.13.14/action.yml
Note
Parameter ''using: node18' is not supported, use 'docker', 'node12', 'node16' or 'node20' instead.'
inside.
So I think node18 should be upgraded to node20 directly which is Node.js latest LTS version as of today:
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
After upgrading to v3.13.14, it breaks. 🥲
Got error:
Note
inside.
So I think
node18
should be upgraded tonode20
directly which is Node.js latest LTS version as of today:The text was updated successfully, but these errors were encountered: