Skip to content

Commit e632b46

Browse files
Update Node.js to v18 in all RN packages (#37791)
Summary: Pull Request resolved: facebook/react-native#37791 ## Bump minimum Node JS version to 18 via `react-native/package.json#engines` In facebook/react-native#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: cortinico, NickGerleman Differential Revision: D46583997 fbshipit-source-id: 1f31e2f205ac8b09494c2a7d3b73b9f36eff221b
1 parent 8e3d093 commit e632b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"keywords": ["eslint", "rules", "eslint-config", "react-native"],
1313
"bugs": "https://github.com/facebook/react-native/issues",
1414
"engines": {
15-
"node": ">=16"
15+
"node": ">=18"
1616
},
1717
"main": "index.js"
1818
}

0 commit comments

Comments
 (0)