CycloneDX / gh-node-module-generatebom

GitHub action to generate a CycloneDX SBOM for Node.js
Apache License 2.0
20 stars 7 forks source link

use node version in an active LTS version. #1

Closed jkowalleck closed 1 year ago

jkowalleck commented 2 years ago

currently node12 is used - see https://github.com/CycloneDX/gh-node-module-generatebom/blob/master/action.yml#L14 better use a active LTS version - see https://nodejs.org/en/about/releases/

the chosen node version must be compatible to https://github.com/CycloneDX/cyclonedx-node-module as it is installed and used in the action - see https://github.com/CycloneDX/gh-node-module-generatebom/blob/master/index.js#L28

RossMurr4y commented 1 year ago

Node 12 is now deprecated and this is producing warnings when run.

GitHub blog on deprecation

jkowalleck commented 1 year ago

if you need this upgrade earlier, then feel free to open a pull-request.