Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Use Node 20 warning #13

Open
nathanchase opened this issue Jan 30, 2024 · 2 comments
Open

[BUG] Use Node 20 warning #13

nathanchase opened this issue Jan 30, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@nathanchase
Copy link

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 nathanchase added the bug Something isn't working label Jan 30, 2024
@nathanchase
Copy link
Author

Should just be a matter of updating


to 'node20' ?

@arddluma
Copy link
Owner

arddluma commented Mar 6, 2024

Should just be a matter of updating

to 'node20' ?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants