From 0920b21b58a1d2665541c802c7cee17872e81216 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 13 May 2025 14:02:40 +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 bb5f97c5..b96e04cd 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)