You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,10 @@ The default workflow (**deploy**) needs to be extended to work for Mendix native
78
78
Any additional workflows that may have been created can be removed. Select the workflow from the dropdown and click **Properties** > **Delete workflow**.
79
79
80
80
{{% 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:
82
82
1. Add a new step before the step "Run npm command".
83
83
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).
0 commit comments