cloudflare-pages-slack-notification
cloudflare-pages-slack-notification copied to clipboard
[BUG] Use Node 20 warning
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/
Should just be a matter of updating https://github.com/arddluma/cloudflare-pages-slack-notification/blob/4d5b0d3ef6e3802289c13ecf7bb48538f2b1983e/action.yml#L41 to 'node20' ?
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