hyperledger / caliper

A blockchain benchmark framework to measure performance of multiple blockchain solutions https://wiki.hyperledger.org/display/caliper
https://hyperledger.github.io/caliper/
Apache License 2.0
642 stars 403 forks source link

Temporarily revert publish to using node 16.x to fix broken publish #1520

Closed davidkel closed 3 months ago

davidkel commented 3 months ago

This is more of a case of quickly dropping down to an older version of npm so that it will fix the publish action.

Ideally we want to move to a supported version of node and address the issue that comes with that version of npm to perform a publish. It could be

  1. move to an older version of npm (ie that one that comes with node 16), but this is not ideal
  2. move to a newer version of npm as it may be an issue with the version that came with node 18, but this isn't likely
  3. look at the npm publish command to see what needs to be done to make it work.