Install Node
React Native applications commonly depend on certain Node modules. This workflow step makes sure that you have the required Node version installed in the build agent to build your React Native application.
Prerequisites
Prerequisite Workflow Step | Description |
---|---|
Git Clone | Clone the selected repository to the build machine. Please use the Install Node step after this step. |
Please note that this step should be used before steps that need the npm/yarn Commands step. To avoid any problems, you can run this step after the Git Clone step.
Input Variables
You can find all the parameters required for this step in the table below, with their descriptions in detail.
Variable Name | Description | Status |
---|---|---|
$AC_SELECTED_NODE_VERSION | This step takes only the node version variable. You can specify the version directly in the step if you wish. Or you can get it from build Configurations. | Optional |
If you do not specify any specific version for the Install Node step. The latest version will be installed automatically.
To access the source code of this component, please use the following link: