Skip to content

Allow newer LTS versions when parsing .nvmrc #809

@edhulbert

Description

@edhulbert

In the function that parses an .nvmrc file with value of lts/* , the only LTS versions "allowed" are 16 and 18. The LTS versions up to 22 should be added.

Reference:

var LTS = map[string]int{
"gallium": 16,
"hydrogen": 18,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions