jquery / esprima

ECMAScript parsing infrastructure for multipurpose analysis
http://esprima.org
BSD 2-Clause "Simplified" License
7.04k stars 786 forks source link

use modern nodejs versions #2086

Closed Meir017 closed 3 years ago

Meir017 commented 3 years ago

for reference - https://nodejs.org/en/about/releases/ image

ariya commented 3 years ago

I definitely agree with the addition of v16, but was there a specific reason to drop v8 and v6 checks? As long as it doesn't cause a hardship on our part, I don't think we should actively exclude testing those versions.

Meir017 commented 3 years ago

@ariya done