Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking - Bump minimum Node version from 16 to 18 (#37709)
Summary: Pull Request resolved: #37709 ## Bump minimum Node JS version to 18 via `react-native/package.json#engines` In #35443 we bumped up the node version from 16 to 18. Node 16 [ends maintenance releases on 2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/), and bumping this minimum will allow other associated Node JS tools (CLI, Metro, Jest) to reduce their support burden. This follows up by formally making Node 18 the minimum supported version. **Docs PR:** facebook/react-native-website#3748 **Changelog:** [General][Breaking] Bump minimum Node JS version to 18 Reviewed By: yungsters Differential Revision: D46462639 fbshipit-source-id: 3de095a9b64d3cd54baec70bdccea73a24dc848c
- Loading branch information