You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/api/process.md
+11-8
Original file line number
Diff line number
Diff line change
@@ -1768,19 +1768,22 @@ tarball.
1768
1768
builds of Node.js and will be missing on all other platforms._
1769
1769
*`lts` {string} a string label identifying the [LTS][] label for this release.
1770
1770
This property only exists for LTS releases and is `undefined` for all other
1771
-
release types, including _Current_ releases. Currently the valid values are:
1772
-
*`'Argon'` for the 4.x LTS line beginning with 4.2.0.
1773
-
*`'Boron'` for the 6.x LTS line beginning with 6.9.0.
1774
-
*`'Carbon'` for the 8.x LTS line beginning with 8.9.1.
1771
+
release types, including _Current_ releases.
1772
+
Valid values include the LTS Release Codenames (including those
1773
+
that are no longer supported). A non-exhaustive example of
1774
+
these codenames includes:
1775
+
*`'Dubnium'` for the 10.x LTS line beginning with 10.13.0.
1776
+
*`'Erbium'` for the 12.x LTS line beginning with 12.13.0.
1777
+
For other LTS Release Codenames, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_ARCHIVE.md)
0 commit comments