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

Update node version to 20 in GitHub Action #12

Open
KyleDolezal opened this issue Feb 27, 2024 · 1 comment
Open

Update node version to 20 in GitHub Action #12

KyleDolezal opened this issue Feb 27, 2024 · 1 comment

Comments

@KyleDolezal
Copy link
Contributor

Overview
Upgrade node version to resolve warnings about out-of-date node version.

Problem
The node version used here is out of date, resulting in a warning ( download-data-json Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20:) when running the action.

Solution
Upgrade to node version 20, as suggested by the warning message. The upgrade has been tested locally by running with node version 20, and index.js continues to behave as it does when running with version 16.

@KyleDolezal
Copy link
Contributor Author

This is solved by this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant