Closed
Description
Despite upgrade to the bundled zlib library in #50085 the process.versions.zlib
output remains the same.
node -p 'process.versions.zlib'
1.2.13.1-motley
node -v
v18.18.1
./node -p 'process.versions.zlib'
1.2.13.1-motley
./node -v
v21.0.0-pre
The expected output of process.versions.zlib
would be e.g. 1.2.13.1-motley-f5fd0ad
, that is including the commit hash from upstream.