cloudflare-pages-slack-notification icon indicating copy to clipboard operation
cloudflare-pages-slack-notification copied to clipboard

[BUG] Use Node 20 warning

Open nathanchase opened this issue 1 year ago • 2 comments

Describe the bug When using this action, this warning appears: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arddluma/cloudflare-pages-slack-notification@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Expected behavior The action should not cause this warning to appear, by way of using Node 20.

Additional context https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

nathanchase avatar Jan 30 '24 20:01 nathanchase

Should just be a matter of updating https://github.com/arddluma/cloudflare-pages-slack-notification/blob/4d5b0d3ef6e3802289c13ecf7bb48538f2b1983e/action.yml#L41 to 'node20' ?

nathanchase avatar Mar 06 '24 15:03 nathanchase

Should just be a matter of updating

https://github.com/arddluma/cloudflare-pages-slack-notification/blob/4d5b0d3ef6e3802289c13ecf7bb48538f2b1983e/action.yml#L41

to 'node20' ?

hey yes, and verifying if existing packages work. I will publish a patch today hopefully! thank you

arddluma avatar Mar 06 '24 15:03 arddluma