Azure / manage-azure-policy

GiHub Action to manage Azure policy from GitHub workflows
MIT License
55 stars 26 forks source link

Node.jd 16 is deprecated #101

Open o-l-a-v opened 7 months ago

o-l-a-v commented 7 months ago

Node.js was EOL-ed in september 2023.

GitHub Actions is complaining too:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1, actions/checkout@v3, azure/manage-azure-policy@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

^ GitHub blogpost says:

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.