-
Notifications
You must be signed in to change notification settings - Fork 800
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
actions: Use node20 runner #35262
actions: Use node20 runner #35262
Conversation
GitHub has deprecated the node16 runner in favor of node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Thus, we need to make some updates: * Update our actions to use the node20 runner. * Update workflows to use new versions of various actions: - actions/cache v3 → v4 - actions/setup-node v3 → v4 - actions/github-script v6 → v7 - actions/setup-node v3 → v4 - actions/stale v8 → v9 - github/codeql-action v2 → v3 - peter-evans/repository-dispatch v2 → v3 * Update references to the above in some docs. * Remove a long-commented-out job in gardening.yml
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 The e2e test report can be found here. Please note that it can take a few minutes after the e2e tests checks are complete for the report to be available. Once your PR is ready for review, check one last time that all required checks appearing at the bottom of this PR are passing or skipped. |
Proposed changes:
GitHub has deprecated the node16 runner in favor of node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
Thus, we need to make some updates:
Other information:
Jetpack product discussion
None
Does this pull request change what data or activity we track or use?
No
Testing instructions: