You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have a valid-values-engines rule to validate and enfore specific Node.js and/or npm versions, ideally support valid SemVer versioning.
"engines": {
"node": "8.9.3",
"npm": "6.1.0"
},
The text was updated successfully, but these errors were encountered:
It would be great to have a
valid-values-engines
rule to validate and enfore specific Node.js and/or npm versions, ideally support valid SemVer versioning.The text was updated successfully, but these errors were encountered: