From 58312566a3fe0a07705fba46b2117835e2199d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20O=C3=9Fwald?= Date: Mon, 11 Sep 2023 14:28:33 +0200 Subject: [PATCH] [INTERNAL] Revert "Azure Pipelines: Switch back to Node 20.5.x" (#662) Reverts SAP/ui5-project#657 Node 20.6.1 has been released. --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6eeaf64eb..5c0fd2358 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,13 +26,13 @@ strategy: node_version: 18.x linux_node_current: imageName: 'ubuntu-22.04' - node_version: 20.5.x + node_version: 20.x mac_node_current: imageName: 'macos-12' - node_version: 20.5.x + node_version: 20.x windows_node_current: imageName: 'windows-2022' - node_version: 20.5.x + node_version: 20.x pool: vmImage: $(imageName)