NodeOS / NodeOS

Lightweight operating system using Node.js as userspace

Home Page:http://node-os.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track with NodeJS LTS

austinfrey opened this issue · comments

Is your feature request related to a problem? Please describe.

There is no process in place to stay current with NodeJS LTS versions.

Describe the solution you'd like

NodeOS could try it's best to track with NodeJS LTS versions. If this is something that is doable, I'd be up for helping. I'd probably need a bit of coaching up front though on what processes to put in place around that.

Additional context

A big piece of this request is getting Worker support in Node v10+ and having some use cases I'd like to experiment with.

Some sort of upgrade system would be nice. Then again, since the entire OS runs on JS you can just replace the actual OS layer that handles everything low-level and npm will handle the rest.