-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
InfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructureNeeds InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.
Description
Bug Report
In the GitHub Actions CI matrix, the Node versions *
and lts/*
both resolve to the same version (currently 18.12.1
), making these two jobs duplicates.
🔎 Search Terms
CI, continuous integration, Node version
🕗 Version & Regression Information
N/A
⏯ Playground Link
💻 Code
🙁 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.
Metadata
Metadata
Assignees
Labels
InfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructureNeeds InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.