Closed
Description
Suggestion
This PR #7567 pinned PRIMARY_NODE_VERSION
variable in CI to >=20.6.1
typescript-eslint/.github/workflows/ci.yml
Lines 16 to 17 in e566a5d
But this variable is also compared to matrix.node-version
which van be 16
or 20
typescript-eslint/.github/workflows/ci.yml
Lines 194 to 217 in e566a5d
'>=20.6.1' == '20'
-> false
Thus, the coverage isn't collected and uploaded
I think we can unpin it since the current version of Node.js is already 20.10.0