Skip to content

Commit

Permalink
chore (doctor): update Node minimum version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-TJ committed Jun 26, 2023
1 parent 3569633 commit 85ad40b
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: '>= 16',
NODE_JS: '>= 18',
YARN: '>= 1.10.x',
NPM: '>= 4.x',
RUBY: '>= 2.6.10',
Expand Down

0 comments on commit 85ad40b

Please sign in to comment.