Skip to content

[instrumentation-nestjs-core] potential future build failure, Node.js <20 is not supported #2808

@pichlermarc

Description

@pichlermarc

Description

Builds on main receive warnings due to @nestjs/core@11 being not supported on Node.js < 20. If Nest.js updates are published that actually break, this will lead to a release-blocking issue.

Introduced in #2685

Build output

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@nestjs/core@11.0.10',
npm WARN EBADENGINE   required: { node: '>= 20' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '10.2.3' }
npm WARN EBADENGINE }

Additional info:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpkg:instrumentation-nestjs-corepriority:p4Bugs and spec inconsistencies which do not fall into a higher prioritization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions