mserranom / bbrun

Run Bitbucket Pipelines locally
MIT License
208 stars 31 forks source link

Enginen dependency too strict #2

Closed paularmstrong closed 6 years ago

paularmstrong commented 6 years ago

Problem: The engines dependency is too strict in package.json, requiring node 8.5.0 exactly.

Recommended Solution: Be more forgiving. "node": ">= 8.5.0"

mserranom commented 6 years ago

Hi! Please have a look at the PR https://github.com/mserranom/bbrun/pull/3