Skip to content

chore!: bump minimum Node.js engine to >=14.17.0#154

Open
escoberik wants to merge 1 commit intoapache:masterfrom
escoberik:chore/bump-engines-node-14
Open

chore!: bump minimum Node.js engine to >=14.17.0#154
escoberik wants to merge 1 commit intoapache:masterfrom
escoberik:chore/bump-engines-node-14

Conversation

@escoberik
Copy link
Copy Markdown

Companion to #153.

crypto.randomUUID() — introduced to replace the uuid dependency in #153 — requires Node.js >=14.17.0. Node 10 and 12 have been EOL since 2021 and 2022 respectively.

This is a separate PR as requested so that #153 can be reverted independently if needed.

Breaking change

Node <14.17.0 is no longer supported.

@breautek
Copy link
Copy Markdown
Contributor

breautek commented May 6, 2026

Sorry if I was unclear earlier.

This PR should only have the a31978c commit so that it can be merged, independently from the uuid -> crypto change.

Can you rebase your branch to drop a6d9e3b so that this PR only contains a31978c?

Reflects the runtime requirement introduced by apache#153
(crypto.randomUUID, available since Node 14.17.0). Node 10 and 12 have
been EOL since 2021 and 2022 respectively.

BREAKING CHANGE: Node <14.17.0 is no longer supported.
@escoberik escoberik force-pushed the chore/bump-engines-node-14 branch from a31978c to 5d7065a Compare May 7, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants