Skip to main content

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 StepDescription
Git CloneClone the selected repository to the build machine. Please use the Install Node step after this step.
caution

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 NameDescriptionStatus
$AC_SELECTED_NODE_VERSIONThis 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
caution

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:

Preview of GitHub - appcircleio/appcircle-node-install-component: Appcircle.io Node Install Component