Skip to content

Drop versions of Node before 18.13 #10527

@benmccann

Description

@benmccann

Describe the problem

#8991 (comment)

// TODO: remove this once we only support Node 18.11+ (the version multipart/form-data was added)

Describe the proposed solution

bump the engines field, conditionally polyfill as proposed in #10273, then remove polyfill option from adapter-node: https://kit.svelte.dev/docs/adapter-node#options-polyfill

I'm not exactly sure when globalThis.crypto was made available, but I think crypto may need to be polyfilled until Node 20

Alternatives considered

No response

Importance

nice to have

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions