balena-io-modules / resin-device-logs

Resin.io device logs utilities.
Apache License 2.0
3 stars 2 forks source link

Make sure we have the correct version of npm in circle to publish #27

Open pimterry opened 6 years ago

pimterry commented 6 years ago

Same as resin-io-modules/resin-settings-storage#22.

Though the build works on circle, the deploy step currently fails on a couple of these modules because they require npm >= 4, as they use prepublishOnly, and the default npm version for node 6 is npm 3.

This PR makes sure we always use npm 4 all the way through, which should solve that (though I can't test it fully until this is merged).

resin-io-modules-versionbot[bot] commented 6 years ago

@pimterry, status checks have failed for this PR. Please make appropriate changes and recommit.