doc: set module version 83 to node 14

Clearly state the modules version 83 is official node 14, similar as
it is done for other major node versions.

PR-URL: https://github.com/nodejs/node/pull/32975
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
This commit is contained in:
Gerhard Stoebich 2020-04-21 19:25:58 +02:00
parent ea87809bb6
commit ecc18f5709

View File

@ -1,6 +1,6 @@
{
"NODE_MODULE_VERSION": [
{ "modules": 83, "runtime": "node", "variant": "v8_8.1", "versions": "14.0.0-pre" },
{ "modules": 83, "runtime": "node", "variant": "v8_8.1", "versions": "14.0.0" },
{ "modules": 82, "runtime": "electron", "variant": "electron", "versions": "10" },
{ "modules": 81, "runtime": "node", "variant": "v8_7.9", "versions": "14.0.0-pre" },
{ "modules": 80, "runtime": "electron", "variant": "electron", "versions": "9" },