Can I use Node 18 with Expo 46 (React Native 0.69.X)?

I see that node 18 recently entered LTS. Does that mean I can use it with an Expo 46 SDK app (Expo 46 => expo-deve-client 1.2.X => react-native 0.69.X)?

Should I upgrade to 18, e.g., using

brew uinistall node@16
brew install node@18

I’m sure there’s a reference somewhere showing which react-native (in my case 0.69.X) works with which Node, but can’t locate it.