An ATproto social media client -- with an independent Appview.

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

authored by bnewbold.net and committed by GitHub f8f88878 8f63cb86

Changed files
+2 -2
+2 -2
Makefile
··· 37 37 38 38 .PHONY: nvm-setup 39 39 nvm-setup: ## Use NVM to install and activate node+yarn 40 - nvm install 18 41 - nvm use 18 40 + nvm install 20 41 + nvm use 20 42 42 npm install --global yarn