Skip to content

Add engines in package.json to standardize node/npm versions #280

@sbolel

Description

@sbolel

Describe the problem and the solution you'd like

Is your feature request related to a problem? Please describe.

In order to standardize the node and npm versions, the engines property can be added to package.json.

Describe the solution you'd like

Sample engines property in package.json:

"engines": {
  "node": ">=18.0.0",
  "npm": ">=10.0.0"
},

Describe alternatives you've considered

n/a

Additional context

No response

Priority

None

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions