makefile: bump nvm to use node 20 (#7324)
This commit is contained in:
parent
8f63cb86b1
commit
f8f88878dc
4
Makefile
4
Makefile
@ -37,6 +37,6 @@ deps: ## Installs dependent libs using 'yarn install'
|
|||||||
|
|
||||||
.PHONY: nvm-setup
|
.PHONY: nvm-setup
|
||||||
nvm-setup: ## Use NVM to install and activate node+yarn
|
nvm-setup: ## Use NVM to install and activate node+yarn
|
||||||
nvm install 18
|
nvm install 20
|
||||||
nvm use 18
|
nvm use 20
|
||||||
npm install --global yarn
|
npm install --global yarn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user