makefile: bump nvm to use node 20 (#7324)

This commit is contained in:
bnewbold
2025-02-19 16:12:51 -08:00
committed by GitHub
parent 8f63cb86b1
commit f8f88878dc
+2 -2
View File
@@ -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