From bb4f002d0ad434df1c9ded6c5848ca2f5a828cec Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 5 Aug 2024 11:10:55 +0300 Subject: [PATCH] docs: fix node version in create-medusa-app reference (#8443) * docs: fix node version in create-medusa-app reference * change node version in cli reference --- www/apps/resources/app/create-medusa-app/page.mdx | 4 ++-- www/apps/resources/app/medusa-cli/page.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/apps/resources/app/create-medusa-app/page.mdx b/www/apps/resources/app/create-medusa-app/page.mdx index a85b28945d..4f404998a5 100644 --- a/www/apps/resources/app/create-medusa-app/page.mdx +++ b/www/apps/resources/app/create-medusa-app/page.mdx @@ -19,7 +19,7 @@ The `create-medusa-app` CLI tool simplifies the process of creating a new Medusa -- [Node.js v16+](https://nodejs.org/en/download) +- [Node.js v20+](https://nodejs.org/en/download) - [Git CLI tool](https://git-scm.com/downloads) - [PostgreSQL](https://www.postgresql.org/download/) @@ -284,4 +284,4 @@ If the database already has the necessary migrations and you don't need the comm content: } ]} -/> \ No newline at end of file +/> diff --git a/www/apps/resources/app/medusa-cli/page.mdx b/www/apps/resources/app/medusa-cli/page.mdx index e5a51d7a68..5211224930 100644 --- a/www/apps/resources/app/medusa-cli/page.mdx +++ b/www/apps/resources/app/medusa-cli/page.mdx @@ -10,7 +10,7 @@ The Medusa CLI tool provides commands that facilitate your development. -- [Node.js v16+](https://nodejs.org/en/download) +- [Node.js v20+](https://nodejs.org/en/download) - [Git CLI tool](https://git-scm.com/downloads)