# setup-node > Setup Node (yarn) Install Node from .nvmrc and run yarn install. Run actions/checkout first. ## Inputs | Input | Required | Default | Description | |---|---|---|---| | `install` | no | `true` | Run yarn install after setting up Node. | | `frozen-lockfile` | no | `true` | Pass --frozen-lockfile to yarn install. | ## Usage ```yaml - uses: actions/checkout@v6 - uses: FSHTech/github-actions/setup-node@v1 ```