Skip to content

Conversation

@sanjuyadav24
Copy link

Added Node.js 24 support to the Azure Pipelines Task and updated mock-test here to support Node24 tasks test cases

@sanjuyadav24 sanjuyadav24 requested review from a team as code owners November 6, 2025 11:46
@sanjuyadav24
Copy link
Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

"version": "5.2.1",
"lockfileVersion": 1,
"version": "5.2.2",
"lockfileVersion": 3,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you are using Node v20. Could you please check which Node version should be used?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

private async getNodePath(nodeVersion?: number): Promise<string> {
const version: number = nodeVersion || this.getNodeVersion();
const versions = {
24: 'v24.0.0',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we previously used the Node.js LTS version, we can continue with the same approach for version 24, which is 24.11.1. Reference: https://nodejs.org/en/blog/release/v24.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants