Foo-Foo-MQ / foo-foo-mq

Abstractions around RabbitMQ
MIT License
48 stars 24 forks source link

Support for node 18? #37

Closed MartianH closed 1 year ago

MartianH commented 1 year ago

Greetings,

The package.json (line 8) stipulate it only support node 12 up to and including 16. Considering v18 is about to reach Active LTS in a few months, I wonder if this could be changed. The issue now is that it is breaking my docker build due to the incompatible engines (node:18-alpine).

zlintz commented 1 year ago

I started looking into node 18 but haven't had much time. Something in the tests are currently breaking when moving up to node 18.

Do you mind trying to run the tests as well while using node 18?