Skip to content

Commit 8c25901

Browse files
authored
Update bitrise.md
1 parent b22355f commit 8c25901

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps

1 file changed

+2
-2
lines changed

content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ The default workflow (**deploy**) needs to be extended to work for Mendix native
7878
Any additional workflows that may have been created can be removed. Select the workflow from the dropdown and click **Properties** > **Delete workflow**.
7979

8080
{{% alert color="info" %}}
81-
Building native mobile apps for Mendix 9.24 require Node v16, which is no longer included by default in Bitrise. Follow these steps to install it:
81+
Building native mobile apps for Mendix 9.24 requires Node v16 (no longer included by default in Bitrise). Follow these steps to install it:
8282
1. Add a new step before the step "Run npm command".
8383
1. Choose **Node Version Manager (NVM)** from the list of steps.
84-
1. Set the **Node Version** property to 16 (leave the NVM version blank)
84+
1. Set the **Node Version** property to 16 (leave the NVM version blank).
8585
1. Save changes.
8686
{{% /alert %}}
8787

0 commit comments

Comments
 (0)