CLI is now incompatible with node18 after a bunch of security updates
This is a huge problem for github sync, where the actions:
- use node 18
- are hard-coded to a specific action version
The only solutions I see are:
- roll back CLI dependencies that don't work on node 18 (we can't do this forever!
- update the action to use node 22 (but somehow we need to update all repos)
We should certainly relax the versioning on the actions for future references so that we can put out patch releases