Still failing with: error heroku@10.0.2: The engine "node" is incompatible with this module. Expected version "~20.x". Got "23.4.0"
Well heroku-cli depends on nodejs 20. You can install the nodejs-lts-iron
which provides that.
But I can change the PKGBUILD to explicitly depend on nedojs 20.
But feel free to open a pull request in https://github.com/heroku/cli to add support for nodejs 22 and 23.
Pinned Comments