Remove isMaster
usage once drop support for Node.js version 14
#4131
Labels
NODE 18 ⚙
technical debt
If not paid, jeapardizes long-term success and maintainability of the repository.
Description
In our codebase, we have a TODO note indicating that we're using the cluster.isMaster property for Node.js 14 support and the cluster.isPrimary property for Node.js 18+.
Here's the specific line of code:
This issue tracks the removal of cluster.isMaster once we drop support for Node.js version 14.
The text was updated successfully, but these errors were encountered: