yeoman / configstore

Easily load and persist config without having to think about where and how
BSD 2-Clause "Simplified" License
868 stars 56 forks source link

Require Node.js 16 #86

Closed UlisesGascon closed 1 year ago

UlisesGascon commented 1 year ago

Hi @sindresorhus!

This is breaking change. Node.js 12 and 14 are End Of Life (v14 in at 2023-04-30).

I updated the pipeline to use the current Node.js versions (16, 18, 19 and 20)

sindresorhus commented 1 year ago

Actually, I don't see the need to do this. We can require Node.js 16 when there's a big enough benefit (updating multiple dependencies, etc).

UlisesGascon commented 1 year ago

Thanks! I see your point :)