From 468395b4c77c223feefeeb2a42b06749c987ca02 Mon Sep 17 00:00:00 2001 From: Harsha Nalluru Date: Wed, 10 Apr 2024 00:35:17 +0000 Subject: [PATCH] fix build failure npm cherrypick #29243 --- eng/pipelines/templates/stages/platform-matrix.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json index 85b96d2390fd..f90ffc9b4d4e 100644 --- a/eng/pipelines/templates/stages/platform-matrix.json +++ b/eng/pipelines/templates/stages/platform-matrix.json @@ -18,7 +18,7 @@ } }, "NodeTestVersion": [ - "18.x", + "18.19.x", "20.x", "21.2.0" ], @@ -48,7 +48,7 @@ "TestResultsFiles": "**/test-results.browser.xml" } }, - "NodeTestVersion": "18.x" + "NodeTestVersion": "18.19.x" }, { "Agent": { @@ -58,7 +58,7 @@ } }, "TestType": "node", - "NodeTestVersion": "18.x", + "NodeTestVersion": "18.19.x", "DependencyVersion": [ "max", "min"