Pro y despliegue
Nivel 29: CI con GitHub Actions
Estimated30 minLockedThis is how your site should look when you finish this level
CI verde en cada push a main.
Objective
Crea .github/workflows/ci.yml con Node 20.
In this level you will learn
Configuras CI con GitHub Actions: en cada push se ejecutan npm ci, test y build automáticamente. Entenderás integración continua como red de seguridad antes de desplegar a producción.