Skip to content

Only supports node 20, 22, and 24 #215

@mackenly

Description

@mackenly

#212 removed support for node 18, but also removed support for 19, 21, 23, 25, 26, and any other future versions.

"node": "20 || 22 || 24"

This should be reverted back to the syntax used previously, which supported higher versions than the minimum:

"node": ">=18"

I will create a PR to change it to "node": ">=20"

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