Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scorecard- Node.js Version: Missing #2

Open
chrobione opened this issue Jun 1, 2023 · 1 comment
Open

Scorecard- Node.js Version: Missing #2

chrobione opened this issue Jun 1, 2023 · 1 comment

Comments

@chrobione
Copy link
Member

Minimum Node.js version
Requirements
Within the engines section of the package.json file you SHOULD declare the minimum version of Node that your package works on. This SHOULD satisfy the current minimum supported version of the latest Node-RED release.

           {
             "engines": {
               "node": ">=12.0.0"
             }
           }

Reason
Node-RED has supported multiple versions of Node in its history and some of these have become end of life, this helps users identify if a node will run on their installation.

Reference
https://docs.npmjs.com/cli/v7/configuring-npm/package-json#engines

@chrobione
Copy link
Member Author

This issue was made from what was found on the current score card shown here https://flows.nodered.org/node/@friendsincode/node-red-hap-controller/scorecard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant