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
Node 16 reached EOL last September and although there is probably okay to keep using Node 16 for this action for now, GitHub started warning about an outdated Node version being used. This PR removes that warning by upgrading to Node 20 (LTS; https://nodejs.org/en/about/previous-releases#release-schedule) and reduces the risk of breaking if Node 16 becomes not available on GitHub Actions.
Fixes#1039
The "wireit-setup-github-actions-caching" action is currently using node16, it would be great to get this upgraded to "node20" to get rid of:
Warning
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: google/wireit@setup-github-actions-caching/v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
The text was updated successfully, but these errors were encountered: