mozilla / mozjexl

Javascript Expression Language: Powerful context-based expression parser and evaluator
Other
52 stars 5 forks source link

Run on a modern version of Node #7

Closed mythmon closed 6 years ago

mythmon commented 6 years ago

Right now mozjexl runs on Node 4, and fails on newer versions of Node. We should update to a more recent version of node, and ideally add build matrix support for all supported versions of Node to our CI.

mythmon commented 6 years ago

Fixed by #14.