Skip to content

add engines to clarify the minimum nodejs version #6

@micalevisk

Description

@micalevisk

for better DX on using this package, I'd suggest you to add the following to package.json:

  "engines": {
    "node": ">=18"
  },

as of now the flat dependency has it and so we know that we must use nodejs 18+ if we want to use @baselime/node-opentelemetry but I think that it would be better if @baselime/node-opentelemetry itself dictates that instead of relying on their deps

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions