Skip to content

Commit 85bbaa9

Browse files
Basa198targos
authored andcommitted
doc: update process.versions properties
Fixes: #48016 PR-URL: #48019 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent a80dd3a commit 85bbaa9

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

doc/api/process.md

+24-15
Original file line numberDiff line numberDiff line change
@@ -3843,21 +3843,30 @@ console.log(versions);
38433843
Will generate an object similar to:
38443844
38453845
```console
3846-
{ node: '11.13.0',
3847-
v8: '7.0.276.38-node.18',
3848-
uv: '1.27.0',
3849-
zlib: '1.2.11',
3850-
brotli: '1.0.7',
3851-
ares: '1.15.0',
3852-
modules: '67',
3853-
nghttp2: '1.34.0',
3854-
napi: '4',
3855-
llhttp: '1.1.1',
3856-
openssl: '1.1.1b',
3857-
cldr: '34.0',
3858-
icu: '63.1',
3859-
tz: '2018e',
3860-
unicode: '11.0' }
3846+
{ node: '20.2.0',
3847+
acorn: '8.8.2',
3848+
ada: '2.4.0',
3849+
ares: '1.19.0',
3850+
base64: '0.5.0',
3851+
brotli: '1.0.9',
3852+
cjs_module_lexer: '1.2.2',
3853+
cldr: '43.0',
3854+
icu: '73.1',
3855+
llhttp: '8.1.0',
3856+
modules: '115',
3857+
napi: '8',
3858+
nghttp2: '1.52.0',
3859+
nghttp3: '0.7.0',
3860+
ngtcp2: '0.8.1',
3861+
openssl: '3.0.8+quic',
3862+
simdutf: '3.2.9',
3863+
tz: '2023c',
3864+
undici: '5.22.0',
3865+
unicode: '15.0',
3866+
uv: '1.44.2',
3867+
uvwasi: '0.0.16',
3868+
v8: '11.3.244.8-node.9',
3869+
zlib: '1.2.13' }
38613870
```
38623871
38633872
## Exit codes

0 commit comments

Comments
 (0)