@@ -2703,28 +2703,28 @@ tarball.
2703
2703
only the source header files for the current release. This file is
2704
2704
significantly smaller than the full source file and can be used for compiling
2705
2705
Node.js native add-ons.
2706
- * ` libUrl` {string} an absolute URL pointing to a _` node .lib ` _ file matching the
2707
- architecture and version of the current release. This file is used for
2708
- compiling Node.js native add-ons. _This property is only present on Windows
2709
- builds of Node.js and will be missing on all other platforms._
2710
- * ` lts` {string} a string label identifying the [LTS][] label for this release.
2711
- This property only exists for LTS releases and is ` undefined ` for all other
2712
- release types, including _Current_ releases.
2713
- Valid values include the LTS Release code names (including those
2714
- that are no longer supported) .
2715
- * ` ' Dubnium ' ` for the 10 .x LTS line beginning with 10 .13.0.
2716
- * ` ' Erbium ' ` for the 12 .x LTS line beginning with 12.13 .0.
2706
+ * ` libUrl` {string|undefined } an absolute URL pointing to a _` node .lib ` _ file
2707
+ matching the architecture and version of the current release. This file is
2708
+ used for compiling Node.js native add-ons. _This property is only present on
2709
+ Windows builds of Node.js and will be missing on all other platforms._
2710
+ * ` lts` {string|undefined } a string label identifying the [LTS][] label for this
2711
+ release. This property only exists for LTS releases and is ` undefined ` for all
2712
+ other release types, including _Current_ releases. Valid values include the
2713
+ LTS Release code names (including those that are no longer supported).
2714
+ * ` ' Fermium ' ` for the 14.x LTS line beginning with 14.15.0 .
2715
+ * ` ' Gallium ' ` for the 16 .x LTS line beginning with 16 .13.0.
2716
+ * ` ' Hydrogen ' ` for the 18 .x LTS line beginning with 18.12 .0.
2717
2717
For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/HEAD/doc/changelogs/CHANGELOG_ARCHIVE.md)
2718
2718
2719
2719
<!-- eslint-skip -->
2720
2720
2721
2721
` ` ` js
2722
2722
{
2723
2723
name: ' node' ,
2724
- lts: ' Erbium ' ,
2725
- sourceUrl: ' https://nodejs.org/download/release/v12.18.1 /node-v12.18.1 .tar.gz' ,
2726
- headersUrl: ' https://nodejs.org/download/release/v12.18.1 /node-v12.18.1 -headers.tar.gz' ,
2727
- libUrl: ' https://nodejs.org/download/release/v12.18.1 /win-x64/node.lib'
2724
+ lts: ' Hydrogen ' ,
2725
+ sourceUrl: ' https://nodejs.org/download/release/v18.12.0 /node-v18.12.0 .tar.gz' ,
2726
+ headersUrl: ' https://nodejs.org/download/release/v18.12.0 /node-v18.12.0 -headers.tar.gz' ,
2727
+ libUrl: ' https://nodejs.org/download/release/v18.12.0 /win-x64/node.lib'
2728
2728
}
2729
2729
` ` `
2730
2730
0 commit comments