Skip to content

Commit b49a445

Browse files
docs: fix Node.js version text in installation page (#14015)
* Fix Node.js version text in installation page Node.js version 20 is more stabler than v20+. Issue found in Node.js version v25.1.0 #14011 * Update www/apps/book/app/learn/installation/page.mdx Co-authored-by: Shahed Nasser <[email protected]> --------- Co-authored-by: Shahed Nasser <[email protected]>
1 parent e75e67f commit b49a445

File tree

1 file changed

+1
-1
lines changed
  • www/apps/book/app/learn/installation

1 file changed

+1
-1
lines changed

www/apps/book/app/learn/installation/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ While this is the recommended way to create a Medusa application, you can altern
2828

2929
<Prerequisites items={[
3030
{
31-
text: "Node.js v20+",
31+
text: "Node.js v20+ (LTS versions)",
3232
link: "https://nodejs.org/en/download"
3333
},
3434
{

0 commit comments

Comments
 (0)