@@ -1772,19 +1772,22 @@ tarball.
1772
1772
builds of Node.js and will be missing on all other platforms._
1773
1773
* ` lts ` {string} a string label identifying the [ LTS] [ ] label for this release.
1774
1774
This property only exists for LTS releases and is ` undefined ` for all other
1775
- release types, including _ Current_ releases. Currently the valid values are:
1776
- * ` 'Argon' ` for the 4.x LTS line beginning with 4.2.0.
1777
- * ` 'Boron' ` for the 6.x LTS line beginning with 6.9.0.
1778
- * ` 'Carbon' ` for the 8.x LTS line beginning with 8.9.1.
1775
+ release types, including _ Current_ releases.
1776
+ Valid values include the LTS Release Codenames (including those
1777
+ that are no longer supported). A non-exhaustive example of
1778
+ these codenames includes:
1779
+ * ` 'Dubnium' ` for the 10.x LTS line beginning with 10.13.0.
1780
+ * ` 'Erbium' ` for the 12.x LTS line beginning with 12.13.0.
1781
+ For other LTS Release Codenames, see [ Node.js Changelog Archive] ( https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_ARCHIVE.md )
1779
1782
1780
1783
<!-- eslint-skip -->
1781
1784
``` js
1782
1785
{
1783
1786
name: ' node' ,
1784
- lts: ' Argon ' ,
1785
- sourceUrl: ' https://nodejs.org/download/release/v4.4.5 /node-v4.4.5 .tar.gz' ,
1786
- headersUrl: ' https://nodejs.org/download/release/v4.4.5 /node-v4.4.5 -headers.tar.gz' ,
1787
- libUrl: ' https://nodejs.org/download/release/v4.4.5 /win-x64/node.lib'
1787
+ lts: ' Erbium ' ,
1788
+ sourceUrl: ' https://nodejs.org/download/release/v12.18.1 /node-v12.18.1 .tar.gz' ,
1789
+ headersUrl: ' https://nodejs.org/download/release/v12.18.1 /node-v12.18.1 -headers.tar.gz' ,
1790
+ libUrl: ' https://nodejs.org/download/release/v12.18.1 /win-x64/node.lib'
1788
1791
}
1789
1792
```
1790
1793
0 commit comments