1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2.279 stars (2.279 stars)154 forks (154 forks)user submission
good first issue
Description
Add CI check for minimum supported node version
Guia do colaborador
- Pilha de tecnologia
- nodejsgithub actions
- Domain
- ci cd
- Tipo Issue
- devops
- DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
- 2
- Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
- under 1 hour
- Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
- stale
- ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
- clear
- Prerequisites
- Basic GitHub ActionsNode.js versioning
- Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
- 90
- Direção de pesquisa
- 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.