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)