With node 10.13.0, v10 is now LTS.
Are there any plans up update pkg to support this?
Currently, if I build with node10-*, it uses 10.3.0/10.4.0
That would also remove the nasty (node:15274) ExperimentalWarning: The http2 module is an experimental API. warning, as this was removed with 10.10
@ALangguth I believe you could remove those with the --no-warnings v8 flag.
I want to use worker thread, but current node 10 used by pkg is node 10.4.1, it was added in 10.5.0 馃槥
That would also remove the nasty
(node:15274) ExperimentalWarning: The http2 module is an experimental API.warning, as this was removed with 10.10
Exactly.
Most helpful comment
I want to use worker thread, but current node 10 used by pkg is node 10.4.1, it was added in 10.5.0 馃槥