diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 5ed24e6ad..564131423 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,6 @@ deps: ## Installs dependent libs using 'yarn install' .PHONY: nvm-setup nvm-setup: ## Use NVM to install and activate node+yarn - nvm install 18 - nvm use 18 + nvm install 20 + nvm use 20 npm install --global yarn |