When will Node v12 release?

When will node v12 be available?

I quiet need it for my Discord bot to use the latest packages etc. I hope you guys will launch it soon as now my bot doesn’t works.

node 12 already there, you can set it on package.json and set it to 12.x

"engines": {
  "node": "12.x"
},

Yeah Node 12 has been a thing for a while afaik :thinking:

Nvm, it already works…