-
Notifications
You must be signed in to change notification settings - Fork 59
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
Support node 20 runtime and package versions #207
base: releases/3.x
Are you sure you want to change the base?
Conversation
"@types/shelljs": "^0.8.4", | ||
"@types/xml2js": "^0.4.5", |
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.
How to ensure that the devDependencies in package.json are bumped up as needed?
Do we need to do anything with this AGENT_VERSION? azure-pipelines-tool-lib/make.js Line 133 in c1ca0c0
|
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "azure-pipelines-tool-lib", | |||
"version": "2.0.4", | |||
"version": "3.0.4", |
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.
I believe we should start from the preview version as we did with the node16 migration
Probably not, it's needed for the tests itself |
The changes in this PR is tentative, all migrated tasks are working well without bumping and upgrading this tool-lib, same as for the task-lib microsoft/azure-pipelines-task-lib#962 that I initiated, we've planned to create release branches and check changes to master, but they're not blocking the migration as far as I know. So I will hold it for now, eventually we'll check it in. |
Task description
Update the azure-pipelines-tool-lib itself to support the Node20 runtime.
Changelog
releases/3.x
, bump up dependencies package versions.