kishikawakatsumi / xcresulttool

A GitHub Action that generates a human-readable test report from the Xcode result bundle and shows it on GitHub Checks.
MIT License
363 stars 69 forks source link

Update action to Node 20 #758

Open jozefizso opened 10 months ago

jozefizso commented 10 months ago

Node 16 has reached its end of life, prompting us to initiate its deprecation process for GitHub Actions. Our plan is to transition all actions to run on Node 20 by Spring 2024. We will actively monitor the migration's progress and gather community feedback before finalizing the transition date. Starting October 23rd, workflows containing actions running on Node 16 will display a warning to alert users about the upcoming migration.

For Actions maintainers

Modify your actions to run on Node 20 instead of Node 16. For guidance, refer to the Actions configuration settings.

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

phirk commented 10 months ago

Added PR #759 for this.