docs: Update minimum node version requirement (#5994)

This commit is contained in:
Oli Juhl
2024-01-04 13:13:41 +01:00
committed by GitHub
parent 7f62ab1b58
commit cd2855182e

View File

@@ -16,7 +16,7 @@ Node.js is the environment that makes it possible for Medusa to run, so you must
:::warning
Medusa supports v16+ of Node.js. You can check your Node.js version using the following command:
Medusa requires version 16.14.0 or higher of Node. You can check your Node version using the following command:
```bash noReport
node -v