Support node 20 runtime and package versions#207
Conversation
| "@types/shelljs": "^0.8.4", | ||
| "@types/xml2js": "^0.4.5", |
There was a problem hiding this comment.
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 |
| { | ||
| "name": "azure-pipelines-tool-lib", | ||
| "version": "2.0.4", | ||
| "version": "3.0.4", |
There was a problem hiding this comment.
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.