Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

bnewbold and committed by
GitHub
f8f88878 8f63cb86

+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