tweag / inline-js

Call JavaScript from Haskell, and vice versa!
https://inline-js.netlify.app
131 stars 10 forks source link

Enforce correct node version #28

Closed TerrorJack closed 5 years ago

TerrorJack commented 5 years ago

This PR ensures the node version is at least 11; otherwise JSSession initialization will fail. The node version requirement is now written on readme.

Also, we test against node 11/12/13 on CI. Node 13 is provided by V8 team's node integration build.