rodrigogs / mysql-events

A node package that watches a MySQL database and runs callbacks on matched events.
BSD 3-Clause "New" or "Revised" License
136 stars 52 forks source link

Node version 10 compatibility #7

Closed sam26880 closed 5 years ago

sam26880 commented 5 years ago

Is this really not compatible with Node latest version? I'm running v10.14.2

rodrigogs commented 5 years ago

It should work: https://circleci.com/gh/rodrigogs/mysql-events/39

sam26880 commented 5 years ago

You have a line in package.json that's preventing this from working

"engines": {
    "node": ">=7.6.0 < 9"
  }
rodrigogs commented 5 years ago

I just updated it and created a new version without node version limitation.