CycloneDX / cyclonedx-javascript-library

Core functionality of OWASP CycloneDX for JavaScript (Node.js or WebBrowser) written in TypeScript.
https://cyclonedx.org/
Apache License 2.0
15 stars 10 forks source link

BC: drop support for `node<18` #1081

Open jkowalleck opened 4 months ago

jkowalleck commented 4 months ago

node < 18 is no longer maintained. see https://github.com/nodejs/release#release-schedule

lets drop support for node < 18

idea:

(this might enable more up-to-date developer experience, and updates in some [dev-]dependencies)

jkowalleck commented 3 months ago

reminder: remove unused cases and the whole usage of npm_config_engine_strict=false in the workflows https://github.com/CycloneDX/cyclonedx-javascript-library/blob/d17c4b1425babae8ab12a456caf821e25f5c1420/.github/workflows/nodejs.yml#L184-L217