actions icon indicating copy to clipboard operation
actions copied to clipboard

Update actions to use Node.js 16

Open assignUser opened this issue 2 years ago • 2 comments

Github has started deprecation of node.js 12 for actions due to it's EOL in Aprill '22:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: r-lib/actions

I would offer a PR but I am unfamiliar with node actions and how to test them, as I am guessing it is more than updating using: 'node12' to using: 'node16'?

assignUser avatar Oct 11 '22 16:10 assignUser

Why is this a bug? Are the builds already failing?

gaborcsardi avatar Oct 11 '22 16:10 gaborcsardi

No, currently there is just the warning I posted above displayed on each job using node12 actions (though brownouts will probably happen at some point so I wanted to raise this issue after noticing the warning on our builds).

I didn't use the "feature" template as this is not really adding anything new but please re-label to your preference.

assignUser avatar Oct 11 '22 16:10 assignUser

This is now done in @v2-branch, to be released soon.

gaborcsardi avatar Oct 19 '22 12:10 gaborcsardi

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue

github-actions[bot] avatar Nov 04 '22 13:11 github-actions[bot]