feat: 添加 nodejs 安装步骤到部署流程
ocs-nuxt / deploy (push) Failing after 29s

This commit is contained in:
2026-05-23 23:50:42 +08:00
parent 5e99e28e8b
commit 0a4ea1f664
+4
View File
@@ -28,6 +28,10 @@ jobs:
echo "📦 安装 git..."
apk add git
fi
if ! command -v node &> /dev/null; then
echo "📦 安装 nodejs..."
apk add nodejs
fi
docker --version
echo "🧱 BuildKit: ${DOCKER_BUILDKIT}"
echo "✅ 环境准备耗时: $(( $(date +%s) - STEP_START ))s"