Skip to content

Commit 7a39196

Browse files
gengjiawenBethGriggs
authored andcommitted
doc: change code lang and update it with latest Node.js
PR-URL: #26987 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent 2396743 commit 7a39196

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

doc/api/process.md

+16-15
Original file line numberDiff line numberDiff line change
@@ -2214,22 +2214,23 @@ console.log(process.versions);
22142214

22152215
Will generate an object similar to:
22162216

2217-
<!-- eslint-skip -->
2218-
```js
2219-
{ http_parser: '2.7.0',
2220-
node: '8.9.0',
2221-
v8: '6.3.292.48-node.6',
2222-
uv: '1.18.0',
2217+
```console
2218+
{ node: '11.13.0',
2219+
v8: '7.0.276.38-node.18',
2220+
uv: '1.27.0',
22232221
zlib: '1.2.11',
2224-
ares: '1.13.0',
2225-
modules: '60',
2226-
nghttp2: '1.29.0',
2227-
napi: '2',
2228-
openssl: '1.0.2n',
2229-
icu: '60.1',
2230-
unicode: '10.0',
2231-
cldr: '32.0',
2232-
tz: '2016b' }
2222+
brotli: '1.0.7',
2223+
ares: '1.15.0',
2224+
modules: '67',
2225+
nghttp2: '1.34.0',
2226+
napi: '4',
2227+
llhttp: '1.1.1',
2228+
http_parser: '2.8.0',
2229+
openssl: '1.1.1b',
2230+
cldr: '34.0',
2231+
icu: '63.1',
2232+
tz: '2018e',
2233+
unicode: '11.0' }
22332234
```
22342235

22352236
## Exit Codes

0 commit comments

Comments
 (0)