Skip to content

Commit

Permalink
downgrade node version for unit tests (#29243)
Browse files Browse the repository at this point in the history
closes #29244
  • Loading branch information
ckairen authored Apr 9, 2024
1 parent 58a8d9d commit 4a97846
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
"Pool": "env:MACPOOL"
}
},
"NodeTestVersion": [
"18.x",
"20.x",
"21.2.0"
],
"NodeTestVersion": ["18.19.x", "20.x", "21.2.0"],
"TestType": "node",
"TestResultsFiles": "**/test-results.xml"
},
Expand All @@ -48,7 +44,7 @@
"TestResultsFiles": "**/test-results.browser.xml"
}
},
"NodeTestVersion": "18.x"
"NodeTestVersion": "18.19.x"
},
{
"Agent": {
Expand All @@ -58,11 +54,8 @@
}
},
"TestType": "node",
"NodeTestVersion": "18.x",
"DependencyVersion": [
"max",
"min"
],
"NodeTestVersion": "18.19.x",
"DependencyVersion": ["max", "min"],
"TestResultsFiles": "**/test-results.xml"
}
]
Expand Down

0 comments on commit 4a97846

Please sign in to comment.