1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-09-15 23:15:30 -04:00

update firefox user.js

This commit is contained in:
2021-10-12 13:26:32 -04:00
parent b611c02fb9
commit 77d780f33d
3 changed files with 40 additions and 55 deletions

View File

@@ -47,8 +47,9 @@ update() {
echo -e "${YELLOW}Updating NPM/Yarn packages...${NC}"
volta install node@latest
volta install npm@6
volta install npm@8
volta install yarn@1
volta run --node latest --npm 6 --no-yarn -- npm update --global
volta run --node latest --npm 8 --no-yarn -- npm update --global
volta run --node latest --yarn 1 -- yarn global upgrade
echo -e "${YELLOW}Updating Ruby gems...${NC}"