power-assert-js / espower-source

Power Assert instrumentor from code to code, with SourceMap.
MIT License
11 stars 7 forks source link

chore(travis): add Node v12, v13 and drop v6, v9 #25

Closed teppeis closed 5 years ago

teppeis commented 5 years ago

Recently CI fails in Node v10+ because the devDeps are outdated. This PR makes CI green in Node v10/12/13 with minimal devDeps updates. Also Node v6 and v9 (EOL) are dropped from CI. Further package-lock.json is updated and it resolves some security issues and closes the PRs.

twada commented 5 years ago

@teppeis Thanks!!