From 98672ae596a24f2100fca854c41d493ec49f2662 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Tue, 5 Sep 2023 11:13:45 +0200 Subject: [PATCH] [INTERNAL] Azure Pipelines: Switch back to Node 20.5.x There are issues with the current Node 20.6.0 version. See: https://github.com/nodejs/node/issues/49497 --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c0fd2358..6eeaf64eb 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.x + node_version: 20.5.x mac_node_current: imageName: 'macos-12' - node_version: 20.x + node_version: 20.5.x windows_node_current: imageName: 'windows-2022' - node_version: 20.x + node_version: 20.5.x pool: vmImage: $(imageName)