From 9855f68e81424b1f21e1ccb893e8cf48263ecde0 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 13 May 2025 14:02:41 +0200 Subject: [PATCH] [INTERNAL] azure-pipelines.yml: add node v24 to test matrix --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bb5f97c59..b96e04cd7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,6 +35,15 @@ strategy: windows_node_22: imageName: 'windows-2022' node_version: 22.x + linux_node_24: + imageName: 'ubuntu-24.04' + node_version: 24.x + mac_node_24: + imageName: 'macos-13' + node_version: 24.x + windows_node_24: + imageName: 'windows-2022' + node_version: 24.x pool: vmImage: $(imageName)