jozefizso / generator-license

Yeoman Generator - License
MIT License
59 stars 20 forks source link

Move to Node.js v14 LTS #117

Closed jozefizso closed 1 year ago

jozefizso commented 1 year ago

generator-license v5.5 declares compatibility with Node.js v10.

We should move to the oldest LTS which is v14 now. Although its maintenance will end in two months, the v14 is a good base runtime for this package.

The yeoman-generator dependency declares compatibility with Node.js v12. Customer still on v12 can use the generator-license v5.5.

See https://endoflife.date/nodejs

jozefizso commented 1 year ago

Fixed by #121