Skip to content

Commit 4a37224

Browse files
committed
fix(docs): clarify Node.js version requirement for JavaScript iApps
1 parent b7b3c2d commit 4a37224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/get-started/helloWorld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Before you begin, make sure you have:
102102
</div>
103103
<div class="flex items-center gap-4 text-left">
104104
<div class="flex items-center gap-1 flex-1 text-sm font-medium">
105-
📦 Node.js v20+
105+
📦 Node.js v20+ (for javascript iApps)
106106
<InfoIcon tooltip="Required runtime environment for running JavaScript code and managing project dependencies" />
107107
</div>
108108
<a target="_blank" href="https://nodejs.org/en/" class="no-underline! text-sm ml-auto hover:underline!">Download →</a>

src/references/iapp-generator/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before using the iApp Generator, make sure you have:
1414
<div class="flex flex-col gap-2 my-4 pl-0">
1515
<div class="flex items-center gap-4 text-left">
1616
<div class="flex items-center gap-1 flex-1 text-sm font-medium">
17-
📦 Node.js v20+
17+
📦 Node.js v20+ (for javascript iApps)
1818
</div>
1919
<a target="_blank" href="https://nodejs.org/en/" class="no-underline! text-sm ml-auto hover:underline!">Download →</a>
2020
</div>

0 commit comments

Comments
 (0)