heroku / heroku-builds

Builds API CLI plugin
ISC License
134 stars 28 forks source link

fix: update plugin to work with node 16 #157

Closed k80bowman closed 2 months ago

k80bowman commented 3 months ago

Unfortunately we need this plugin to be compatible with Node 16 for a little while longer. This PR downgrades the dependencies that had been updated to work with Node 18. It also adds the bin/run files so that we can more easily run the commands locally.

Testing

Installation and testing

Commands

(The specific command instructions are copied from #125)

Please note that 1 and 2 in the list seems to always return all builds. This behavior is confirmed with the older plugin as well.