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

Upgrade Node.js in wireit-setup-github-actions-caching GHA #1039

Closed
kraenhansen opened this issue Feb 2, 2024 · 1 comment
Closed

Upgrade Node.js in wireit-setup-github-actions-caching GHA #1039

kraenhansen opened this issue Feb 2, 2024 · 1 comment

Comments

@kraenhansen
Copy link

kraenhansen commented Feb 2, 2024

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/.

aomarks pushed a commit that referenced this issue Feb 16, 2024
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
@aomarks
Copy link
Member

aomarks commented Feb 16, 2024

setup-github-actions-caching/v1 now uses node20

@aomarks aomarks closed this as completed Feb 16, 2024
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

2 participants