[DAEMON-319] appcd-core: Upgrade to latest Node.js 12 LTS release
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2020-04-01T06:04:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 4.0.0 |
Components | appcd-core |
Labels | cb-next |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2020-02-11T07:03:40.000+0000 |
Updated | 2020-04-01T06:04:16.000+0000 |
Description
While the daemon supports Node 10, we should update the core to Node 12 so that we can use the latest features such as workers.
Node.js doesn't gain us much as far as removing Babel transpilation. We could switch over to ES modules, but we still need to transpile for dynamic imports and optional chaining. We probably cannot remove Babel until Node 14 goes LTS in late 2020.
PR: https://github.com/appcelerator/appc-daemon/pull/465