score:0

your heroku setup needs an update to the version 7.59.2

for this:

you have to run npm command if npm used for the heroku cli installation in you device,

npm:

npm upgrade -g heroku

or if heroku was installed with yarn then,

yarn:

yarn global upgrade heroku

this may help your issue


Related Query