Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

[Bug] Node.js 16 is deprecated and should be replace with Node.js 20 #94

Open G-Moore2 opened 4 months ago

G-Moore2 commented 4 months ago

This should be updated or the action will stop working.

node16

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/pipelines@f1fe65f3daf2f705ca49c37ef172109e3e7c0d8f. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

epeisach commented 1 month ago

Github has indicated that node16 will go away at end of June - unless you set a variable.

https://github.blog/changelog/2024-05-17-updated-dates-for-actions-runner-using-node20-instead-of-node16-by-default/

It would be best if this action was updated and tagged.

vwnj84 commented 15 hours ago

It was even earlier than that. There is guidance on how to update the action metadata.

It would be good to ensure that it is working with Node 20 before doing that, of course, but keep in mind that Node 16 went EOL September 11 2023. That's admittedly confusing since the last release of 16 was in August of 2023.