Skip to content

Release 4.2 breaks support for node 18 adding a dependency which requires node 20  #181

@Evertvdw

Description

@Evertvdw

I just noticed our build pipelines failing which used node 18. When investigating the issue I found that this was dus to this error:

error lru-cache@11.0.2: The engine "node" is incompatible with this module. Expected version "20 || >=22". Got "18.20.5"

Digging deeper this package is introduced as a new dependency in the @asamuzakjp/css-color package that is added, as the npm list output shows:

 cssstyle@4.2.1
      └─┬ @asamuzakjp/css-color@2.8.2
        └── lru-cache@11.0.2

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