diff --git a/docs/setup.md b/docs/setup.md index e86065476..9f66e234c 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -81,8 +81,8 @@ We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage NodeJS version macOS (using nvm): ```bash - nvm install 22 - nvm use 22 + nvm install 24 + nvm use 24 brew install yarn ```