LinkedSoftwareDependencies / Components.js

🧩 A semantic dependency injection framework
https://componentsjs.readthedocs.io/
Other
41 stars 6 forks source link

build: modern stack #131

Closed termontwouter closed 9 months ago

termontwouter commented 9 months ago

Given that official support for Node.js 14 and 16 has past (their respective end-of-life dates were April 30th and September 11th 2023), I propose we drop support for them in the Components.js stack. Moving to Node.js 18 brings a number of relevant advantages:

Note: I first did a bump to Node.js 16 (with Yarn 3). Should we still want to support that version longer, the last commit can be reverted.

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 6988768782


Totals Coverage Status
Change from base Build 6978448173: 0.0%
Covered Lines: 1365
Relevant Lines: 1365

💛 - Coveralls
rubensworks commented 9 months ago

🚀