wala / jsdelta

A delta debugger for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for node.js v4 is broken

msridhar opened this issue · comments

CI seems to be broken on node.js v4 and has been for some time. See this job:

https://travis-ci.org/wala/jsdelta/jobs/636746183

Probably caused by some dependency bump. Probably we should just drop support for node.js v4.

@esbena thoughts?

I am fine with dropping support for v4.

@amoeller @barslev I think you are some of the most active users of this tool - what version of node do you use it with?

We only use newer versions.

Changed to 10: 6cad172
Lets see if that makes Travis happy.