Skip to content

Commit

Permalink
Doctor: Bump minimum Node JS requirement to 16 for RN 0.72 (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
robhogan authored Feb 20, 2023
1 parent e88127d commit b2d1645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-doctor/src/tools/versionRanges.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
// Common
NODE_JS: '>= 14',
NODE_JS: '>= 16',
YARN: '>= 1.10.x',
NPM: '>= 4.x',
RUBY: '>= 2.7.6',
Expand Down

0 comments on commit b2d1645

Please sign in to comment.