Skip to content

chore: add engines field to published packages #30

@PaulGrimshaw

Description

@PaulGrimshaw

Context

Neither @dcb-es/event-store nor @dcb-es/event-store-postgres declare a minimum Node.js version. This leaves consumers guessing.

Change required

Add to each published package.json:

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

Adjust the version floor based on the minimum tested Node version (suggest 18 as it's the oldest LTS still in maintenance).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions