From fd419cead587e391d5dea82968790eadc9e6d142 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Mon, 31 Aug 2026 14:45:54 -0700 Subject: [PATCH 1/2] Upgrade Node installer pipeline task Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: ca451ec9-9bde-464d-9df8-5c1e8088ab7d --- .azure-pipelines/common-templates/install-tools.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/common-templates/install-tools.yml b/.azure-pipelines/common-templates/install-tools.yml index c1f65040840..8b5e6a9a617 100644 --- a/.azure-pipelines/common-templates/install-tools.yml +++ b/.azure-pipelines/common-templates/install-tools.yml @@ -27,11 +27,11 @@ steps: script: | Write-Output $PSVersionTable - - task: NodeTool@0 + - task: UseNode@1 displayName: Install NodeJs retryCountOnTaskFailure: 2 inputs: - versionSpec: 18.x + version: 18.x - task: PowerShell@2 displayName: Configure private npm feed From 2072e0335947cf5d20225d51377c6370cf745bb7 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Mon, 31 Aug 2026 14:49:46 -0700 Subject: [PATCH 2/2] Upgrade pipeline runtime to Node.js 22 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: ca451ec9-9bde-464d-9df8-5c1e8088ab7d --- .azure-pipelines/common-templates/install-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/common-templates/install-tools.yml b/.azure-pipelines/common-templates/install-tools.yml index 8b5e6a9a617..7f856692bf4 100644 --- a/.azure-pipelines/common-templates/install-tools.yml +++ b/.azure-pipelines/common-templates/install-tools.yml @@ -31,7 +31,7 @@ steps: displayName: Install NodeJs retryCountOnTaskFailure: 2 inputs: - version: 18.x + version: 22.x - task: PowerShell@2 displayName: Configure private npm feed