Open lemeurherve opened 1 year ago
./tools/node/
npm version
{ uplink: '1.0.0', npm: '6.14.12', ares: '1.15.0', brotli: '1.0.7', cldr: '35.1', http_parser: '2.9.4', icu: '64.2', modules: '64', napi: '7', nghttp2: '1.41.0', node: '10.24.1', openssl: '1.1.1k', tz: '2019c', unicode: '12.1', uv: '1.34.2', v8: '6.8.275.32-node.59', zlib: '1.2.11' }
Same version of node used in the Dockerfile and in the Makefile.
Mismatch between node versions used in Docerfile and in the Makefile.
No response
Reproduction steps
./tools/node/
:npm version
in build logs (added in #47)Expected Results
Same version of node used in the Dockerfile and in the Makefile.
Actual Results
Mismatch between node versions used in Docerfile and in the Makefile.
Anything else?
No response