-
Notifications
You must be signed in to change notification settings - Fork 292
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
Update Action to use Node.js v20 #411
Conversation
Node.js 16 actions are deprecated. Updating action to use Node.js 20. Link: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
Hi @j-chao , we do want to upgrade the node version, together with other old node module versions. But it's not a easy update. It asks for full tests and all necessary checks. We'll keep this PR open for a reminder. Thanks for your work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are not significant . Can be merged without breaking.
Usually packages just open a new major when a node version support is removed. That way users know it can break something and can avoid unintentional upgrades. |
There is already an open PR with this change here #392 |
This PR seems incomplete @j-chao: https://github.com/search?q=repo%3AAzure%2Flogin%2016.x&type=code |
@FlorentATo I've explained the same comment in another PR in a comment. Those node versions don't have anything to do with this action's node version. It is their own workflows and they can be updated independently as they are not used by the action when you run the action in your repo. |
@eikooc There are some |
Updating all Github workflows used in CI checks to use Node 20.x
@microsoft-github-policy-service agree |
When using an updated to node20 version got the error |
Hi @AndrewEhlo, please avoid running azure/login from the master branch. The built files will be only included in the release branch. Kindly wait for the new release. Thank you. |
|
Node.js 16 actions are deprecated.
Updating action to use Node.js 20.
Link: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
Fixes #357