Docs updates and be consistent about node >=20

This commit is contained in:
Jack Kingsman
2026-04-10 15:57:47 -07:00
parent 4f19e1ec9a
commit 3b1a292507
5 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ if [ "$FRONTEND_MODE" = "build" ]; then
NODE_VERSION="$(node -v)"
NPM_VERSION="$(npm -v)"
require_minimum_version "Node.js" "$NODE_VERSION" 18
require_minimum_version "Node.js" "$NODE_VERSION" 20
require_minimum_version "npm" "$NPM_VERSION" 9
echo -e "${YELLOW}Building frontend locally with Node ${NODE_VERSION} and npm ${NPM_VERSION}...${NC}"