summaryrefslogtreecommitdiff
path: root/systrace/catapult/common/node_runner/node_runner/README.md
blob: 47c85ba4bcd7c80328a9fb5fcc81a8cd7075f979 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.