Skip to content

Incorrect "engines" declaration - not actually working with node 12 #192

Closed

Description

Since you are importing "node:fs" and "node:path" you are requiring node.js 14.18, 16.0, or later since your version 3.0.0. Also synckit in the version you use requires node 14. However, your engines field still includes "^12.20.0".

I can file a PR, if you want, but the issue is that this is already wrong for your existing published version 3.0.0 and newer, so you may want to consider re-publishing those as well, which is a little more involved than a simple PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions