https://linear.app/comm/issue/ENG-10256/upgrade-react-native-to-080-and-expo-to-sdk-53
Buildkite CI fixes after rn upgrade
- install cmake 3.18.1 for android - cmake version didn't change during the upgrade but probably by default a different version is used now
- change image from node:20.10.0-bullseye to cimg/node:20.19 - debian bullseye (and bookworm too) has out of date glibc library and flow fails to run
Depends on D15134