> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skale.space/llms.txt
> Use this file to discover all available pages before exploring further.

# Upgrade to v5.2.0

> SKALE node upgrade steps from 5.0.0 to 5.2.0

## Upgrade steps for the node server

<Steps>
  <Step title="Set the node version and run the update">
    In `.env`, set `NODE_VERSION` to `5.2.0`:

    ```bash theme={null}
    NODE_VERSION=5.2.0
    ```

    Then run the update procedure:

    ```bash theme={null}
    skale node update .env --yes
    ```
  </Step>
</Steps>
