Skip to content

Commit

Permalink
[EngSys][Test] Pin NodeTestVersion to 21.2.0 again (#28053)
Browse files Browse the repository at this point in the history
Because of a regression in v21.4.0, running our tests with `esm` package
is broken.

nodejs/node#51081

Revert "[EngSys] unpin NodeTestVersion of 21.2.0 (#27999)"

This reverts commit 884d750.
  • Loading branch information
jeremymeng authored Dec 14, 2023
1 parent b76acc8 commit 00882da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"NodeTestVersion": [
"18.x",
"20.x",
"21.x"
"21.2.0"
],
"TestType": "node",
"TestResultsFiles": "**/test-results.xml"
Expand Down

0 comments on commit 00882da

Please sign in to comment.