Node *
and Node lts/*
CI jobs are duplicates
#51943
Labels
Infrastructure
Issue relates to TypeScript team infrastructure
Needs Investigation
This issue needs a team member to investigate its status.
Bug Report
In the GitHub Actions CI matrix, the Node versions
*
andlts/*
both resolve to the same version (currently18.12.1
), making these two jobs duplicates.🔎 Search Terms
CI, continuous integration, Node version
🕗 Version & Regression Information
N/A
⏯ Playground Link
https://github.com/microsoft/TypeScript/actions/runs/3721283259/jobs/6311330943#step:3:9
https://github.com/microsoft/TypeScript/actions/runs/3721283259/jobs/6311330986#step:3:10
💻 Code
https://github.com/microsoft/TypeScript/blob/main/.github/workflows/ci.yml#L21-L22
🙁 Actual behavior
The Node version in the two CI jobs are the same, making them duplicates.
🙂 Expected behavior
The Node version
"*"
in the matrix should be changed to"19.x"
so that tests run using the latest Node version.The text was updated successfully, but these errors were encountered: