1 commentaire (1 commentaire)0 réactions (0 réactions)0 assignés (0 assignés)JavaScript2 279 stars (2 279 stars)154 forks (154 forks)user submission
good first issue
Description
Add CI check for minimum supported node version
Guide contributeur
- Stack technique
- nodejsgithub actions
- Domaine
- ci cd
- Type d'issue
- devops
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 2
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- under 1 hour
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- clear
- Prérequis
- Basic GitHub ActionsNode.js versioning
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 90
- Direction de recherche
- Examine the existing CI workflow files in the .github/workflows directory to understand the structure. Add a new job or step that uses actions/setup node with a matrix including the minimum supported node version. Reference the 'engines' field in package.json to determine the minimum version. Ensure the check fails if the node version is below the minimum. Look at the repository's GitHub Actions documentation for existing patterns.