Azure / azure-iot-sdk-node

A Node.js SDK for connecting devices to Microsoft Azure IoT services
https://docs.microsoft.com/en-us/azure/iot-hub/
Other
262 stars 227 forks source link

Specify Lerna version in pipeline to address breaking change in Lerna #1191

Closed vishnureddy17 closed 1 year ago

vishnureddy17 commented 1 year ago

Our pipelines are failing because Lerna made a major version bump that gets rid of the lerna bootstrap command. Changing the pipeline yaml files to stay on version 6.x.x to avoid this.