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
I just tried creating a GitHub action using action-binderbadge but the action fails with the following error:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: manics/action-binderbadge@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Hi there,
I just tried creating a GitHub action using
action-binderbadge
but the action fails with the following error:Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: manics/action-binderbadge@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
The advice to upgrade is described in the links below:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions
Is this simply as simple as changing 'node16' to 'node20' in line 28 of action.yml?
Best
Andy
The text was updated successfully, but these errors were encountered: