Skip to content

Remove package.json engines #3

@timfish

Description

@timfish

This package currently defines:

  "engines": {
    "node": ">=20"
  },
  • TracingChannel requires Node >= v19.9.0 or v18.19.0
  • module.register requires Node >= v20.6.0, v18.19.0

So if engines was to follow the features used in this library it should probably be >=v18.19.0 | >=v19.9.0 | >=v20.6.0

However, we would prefer to have no engines defined because then we can selectively use this library when the Node version is supported.

Currently there is no way for us to use this library in production because it will fail to install on Node versions we still support.

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