git-pr-release-action icon indicating copy to clipboard operation
git-pr-release-action copied to clipboard

It doesn't work because it doesn't support node.js 20

Open komagata opened this issue 10 months ago • 0 comments

I have found this github actions useful. Thank you very much.

The following error message was displayed. It no longer works because github quit supporting node.js 16. You need to support node.js 20.


Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: grassedge/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

The following actions uses node12 which is deprecated and will be forced to run on node16: grassedge/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/


komagata avatar Apr 15 '24 02:04 komagata