Skip to content

Update Azure Pipelines Node installer task#9490

Merged
mwiemer-microsoft merged 1 commit into
mainfrom
fix-node-installer-task
Jul 1, 2026
Merged

Update Azure Pipelines Node installer task#9490
mwiemer-microsoft merged 1 commit into
mainfrom
fix-node-installer-task

Conversation

@mwiemer-microsoft

@mwiemer-microsoft mwiemer-microsoft commented Jul 1, 2026

Copy link
Copy Markdown
Member

The Azure Pipelines NodeTool@0 task is deprecated and emits warnings even when builds pass. This updates to a non-deprecated task for the same functionality.

Copilot AI review requested due to automatic review settings July 1, 2026 18:27
@mwiemer-microsoft mwiemer-microsoft requested a review from a team as a code owner July 1, 2026 18:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the shared Azure Pipelines Node.js installation step to avoid deprecation warnings by switching from NodeTool@0 to the supported UseNode@1 task, while keeping the Node.js 24.x selection.

Changes:

  • Replace deprecated NodeTool@0 with UseNode@1 in the shared install template.
  • Update the task input from versionSpec to version for the 24.x selection.

@mwiemer-microsoft mwiemer-microsoft enabled auto-merge (squash) July 1, 2026 18:30
@mwiemer-microsoft mwiemer-microsoft merged commit 42b2338 into main Jul 1, 2026
34 checks passed
@mwiemer-microsoft mwiemer-microsoft deleted the fix-node-installer-task branch July 1, 2026 18:53
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.

4 participants