-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Main Issue
We need to clarify the minimum version of Node.js that our repositories' Continuous Integration (CI) GitHub Actions are expected to run on.
Context
While working on the initiative to add scorecards to Express.js organizations' repositories, we've been addressing any failing Continuous Integration (CI) GitHub Actions. However, we've encountered inconsistencies regarding the minimum version of Node.js required to run the CI tests.
For example:
- mime-db sets Node.js 0.6 as its minimum version.
- express sets Node.js 0.10 as its minimum version.
- final handler sets Node.js 0.8 as its minimum version.
We need to standardize the minimum Node.js version across all repositories to ensure consistency and compatibility.
Proposal
I propose opening this issue to discuss and decide on a unified minimum version of Node.js for all repositories' CI GitHub Actions within the Express.js organizations.
Metadata
Metadata
Assignees
Labels
No labels