You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: