Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 32d1731

Browse filesBrowse files
schamberg97ruyadorno
authored andcommitted
doc: update process.release
`process.release` documentation is out of date. This commit makes it up to date. PR-URL: #35167 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 176e9e4 commit 32d1731
Copy full SHA for 32d1731

File tree

Expand file treeCollapse file tree

1 file changed

+11
-8
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-8
lines changed
Open diff view settings
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+11-8Lines changed: 11 additions & 8 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1768,19 +1768,22 @@ tarball.
17681768
builds of Node.js and will be missing on all other platforms._
17691769
* `lts` {string} a string label identifying the [LTS][] label for this release.
17701770
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)
17751778

17761779
<!-- eslint-skip -->
17771780
```js
17781781
{
17791782
name: 'node',
1780-
lts: 'Argon',
1781-
sourceUrl: 'https://nodejs.org/download/release/v4.4.5/node-v4.4.5.tar.gz',
1782-
headersUrl: 'https://nodejs.org/download/release/v4.4.5/node-v4.4.5-headers.tar.gz',
1783-
libUrl: 'https://nodejs.org/download/release/v4.4.5/win-x64/node.lib'
1783+
lts: 'Erbium',
1784+
sourceUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1.tar.gz',
1785+
headersUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1-headers.tar.gz',
1786+
libUrl: 'https://nodejs.org/download/release/v12.18.1/win-x64/node.lib'
17841787
}
17851788
```
17861789

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.