tree: e3d5c92c3ae9392820264f5a4fe4a4720cb42cfe [path history] [tgz]
  1. __init__.py
  2. minify
  3. minifyjs
  4. node_binaries.json
  5. node_util.py
  6. package-lock.json
  7. package.json
  8. README.md
catapult/common/node_runner/node_runner/README.md

Update binaries:

  1. Download archives pre-compiled binaries.
  2. Unzip archives.
  3. Re-zip just the binary: zip new.zip node-v10.14.1-linux-x64/bin/node
  4. Use the update script: ./dependency_manager/bin/update --config common/node_runner/node_runner/node_binaries.json --dependency node --path new.zip --platform linux_x86_64
  5. Mail out the automated change to node_binaries.json for review and CQ.