diff --git a/deploy-to-production.sh b/deploy-to-production.sh index 325ddbc..e688063 100755 --- a/deploy-to-production.sh +++ b/deploy-to-production.sh @@ -35,8 +35,8 @@ echo -e "${GREEN}✓ Repository ready${NC}" echo "" echo -e "${BLUE}Step 2: Checking Node.js installation...${NC}" if ! command -v node &> /dev/null; then - echo -e "${YELLOW}Installing Node.js 18...${NC}" - curl -fsSL https://deb.nodesource.com/setup_18.x | bash - + echo -e "${YELLOW}Installing Node.js 20...${NC}" + curl -fsSL https://deb.nodesource.com/setup_20.x | bash - apt-get install -y nodejs fi echo -e "${GREEN}✓ Node.js $(node -v)${NC}"