Fix Node 12 deprecation warning#5043
Merged
pmairoldi merged 1 commit intoChartsOrg:masterfrom Jun 2, 2023
FelixHerrmann:fix-node-12-deprecation-warning
Merged
Fix Node 12 deprecation warning#5043pmairoldi merged 1 commit intoChartsOrg:masterfrom FelixHerrmann:fix-node-12-deprecation-warning
pmairoldi merged 1 commit intoChartsOrg:masterfrom
FelixHerrmann:fix-node-12-deprecation-warning
Conversation
Merged
Collaborator
|
Nice catch. Thanks. |
This was referenced Sep 6, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goals ⚽
The GitHub checkout action v2 uses Node.js 12. This version of Node is deprecated and will be fully removed in summer 2023, see this blog post.

Implementation Details 🚧
I have updated all checkout actions to us v3 instead of v2.
Testing Details 🔍
I couldn't test it with this repo, but I have not experienced any issues with the other workflows where I have done the upgrade.
Edit: CI is not failing and the warnings are gone: https://github.com/danielgindi/Charts/actions/runs/4658235640