Thoughts
Retrospective: All CI is cooked
* act is cooked because it doesn't have a node20 container (fixed by manually passing `-P ubuntu-latest=node:20-bullseye`)
* Cloudflare wrangler is cooked because it forces installation of an out-of-date version (not my problem, works for now)
* EarthBuild is cooked because it doesn't work with podman (can't use it)
* GitHub actions is cooked because running `actions/checkout` after installing zine means that it is no longer on the path. (Have to run checkout first, then install, then build.)
And containers are cooked because running a Github Action in a container locally takes 2:10.79 whereas running the release and build commands manually takes 7.12. CI takes 10x times longer than it needs to because it has to create a new container and re-install dependencies every time and Github isn't incentivized to fix it because they bill by the second.