Skip to content

Commit d120796

Browse files
committed
Temporarily pin NodeTestVersion of v21 to 21.2.0
Latest 21.3.0 contains changes that breaks `writeFileSync` of temp files on MacOS. This PR unblocks `js - core` release pipeline while we follow up on the NodeJS issue.
1 parent be35095 commit d120796

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)