Closed
Description
Describe the bug
Issue #578 was closed with a suggestion that it could be addressed through use of actions/setup-node.
This suggestion does not appear to work: here are failures with both Node 18 and Node 20.
In these transcripts, note that the execution of setup-graphviz appears to ignore the copy of Node.js that is set up via setup-node, as brew installs its own node
package (before ultimately failing).
The failure is now actually inside of setup-graphviz, rather than due to Node not being set up before, and does appear to be linked to the outdated packages used by setup-graphviz.
The failure can be found in other projects as well.
Examples:
- https://github.com/jakebeal/kagome/actions/runs/8337292144/job/22815789124 (fork: last run on root project was before failures began)
- https://github.com/ModECI/MDF/actions/runs/8347579020/job/22847503522.
Please do not close this issue until there is actually a verifiable fix this time.