[DAEMON-334] appcd: Drop support for Node 8 and older
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2020-04-01T05:54:29.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 4.0.0 |
Components | appcd |
Labels | cb-next |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2020-03-06T07:29:55.000+0000 |
Updated | 2020-11-25T19:15:42.000+0000 |
Description
Node 8 is no longer in maintenance after Dec 31, 2019 and npm dependencies are starting to depend on Node 10 as a minimum.
In Daemon 4.0, we need to bump the minimum supported Node version to
>=10.19.0
.
Originally we choose 10.2.0 so that we get N-API 3 needed by native deep dependencies. Then we bumped to 10.13.0 since that was the first LTS release. Now we have bumped it to 10.19.0 because got
(the HTTP request library) relies on the new DNS APIs.
PR: https://github.com/appcelerator/appc-daemon/pull/464