# Etapa 4

GitLab requer o uso de Node para compilar ativos JavaScript e Yarn para gerenciar dependências JavaScript. Os requisitos mínimos atuais para estes são:

* versões do nó 16.x (v16.15.0 ou posterior). [Outras versões LTS ](https://github.com/nodejs/release#release-schedule)do Node.js podem ser capazes de criar ativos, mas garantimos apenas o Node.js 16.x.
* `yarn` = v1.22.x (Yarn 2 ainda não é suportado)

Em muitas distribuições, as versões fornecidas pelos repositórios oficiais de pacotes estão desatualizadas, portanto devemos instalar através dos seguintes comandos:

{% code title="# instalar nó v16.x" %}

```
curl --location "https://deb.nodesource.com/setup_16.x" | sudo bash -
```

{% endcode %}

```
sudo apt-get install -y nodejs
```

```
npm install --global yarn
```

Visite os sites oficiais  [node](https://nodejs.org/en/download/package-manager/) e [yarn](https://classic.yarnpkg.com/en/docs/install/) se tiver algum problema com essas etapas.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://liedsons-organization.gitbook.io/gitlab-no-ubuntu/instalacao-e-configuracao-source/etapa-4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
