### Target Branch 0.81 ### Link to commit or PR to be picked * https://github.com/facebook/react-native/commit/e247be793c70a374955d798d8cbbc6eba58080ec * https://github.com/facebook/react-native/commit/840fd6c83f45326a796bf2823f8c2fa942aed06c ### Description This relaxes the requirement on Node version for 0.81 to be Node 20 (which is currently in LTS): - https://github.com/facebook/react-native/commit/e247be793c70a374955d798d8cbbc6eba58080ec This does the same for the version of Metro in RN: - https://github.com/facebook/react-native/commit/840fd6c83f45326a796bf2823f8c2fa942aed06c This is a related CI fix: - https://github.com/facebook/react-native/commit/a7a51275b5d9a9fc1b3e4e7a7f4ce09a86cd4cd6
Target Branch
0.81
Link to commit or PR to be picked
Description
This relaxes the requirement on Node version for 0.81 to be Node 20 (which is currently in LTS):
This does the same for the version of Metro in RN:
This is a related CI fix: