revelrylabs / elixir-nodejs

An Elixir API for calling Node.js functions
MIT License
214 stars 31 forks source link

import Config and test fix #76

Closed quentin-bettoum closed 3 months ago

quentin-bettoum commented 1 year ago

import Config instead of use Mix.Config as advised in the warning.

Updated required elixir version from 1.7 to 1.14

Change otp_release from 21.0 to 25.0

And apparently, the TypeError message changed in latest versions of node, thus making a test to fail, so I fixed it.

quentin-bettoum commented 1 year ago

I don't know where to update the node version for the travis build.

grossvogel commented 3 months ago

@quentin-bettoum thank you for your contributions!

these changes made it into v3.0.0 just not via this PR since we also had to fix the tooling before we could merge and deploy properly