erisu commented on PR #175:
URL: https://github.com/apache/cordova-plugman/pull/175#issuecomment-3838076781
I suggest flagging this as a breaking change and updating the Node.js engine
requirements to:
```json
"engines": {
"node": ">=20.17.0 || >=22.9.0"
}
```
The current Node.js engine requirement is not compatible with `cordova-lib`
or `nopt`.
It may be worth reviewing all dependencies and sub-dependencies to confirm
whether `>=20.17.0 || >=22.9.0` is still the minimum requirement.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]