Skip to content

Commit b1a31b3

Browse files
authored
Temporarily pin NodeTestVersion of v21 to 21.2.0 (#27951)
Latest 21.3.0 contains changes that breaks `fs.writeFileSync` of files that doesn't exist. This PR unblocks `js - core` release pipeline while we follow up on the NodeJS issue.
1 parent 4e4ac1b commit b1a31b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"NodeTestVersion": [
2121
"18.x",
2222
"20.x",
23-
"21.x"
23+
"21.2.0"
2424
],
2525
"TestType": "node",
2626
"TestResultsFiles": "**/test-results.xml"

0 commit comments

Comments
 (0)