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.