nodenv / node-build

Install NodeJS versions
MIT License
268 stars 80 forks source link

remove maintenance warning from EOL builds #881

Closed jasonkarns closed 3 months ago

jasonkarns commented 3 months ago

The script that adds EOL warnings is not properly replacing the LTS maintenance warning that it supersedes. So we have a bunch of build definitions that are incorrectly printing LTS-maintenance warnings when in fact the versions are EOL. (The EOL message is being overridden by the LTS-maint warning.)