File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,9 @@ jobs:
108108 node-version :
109109 # action based on https://github.com/actions/node-versions/releases
110110 # see also: https://nodejs.org/en/about/releases/
111- - " 20" # Current
112- - " 18" # active LTS
111+ - " 21" # Current
112+ - " 20" # LTS
113+ - " 18"
113114 - " 16"
114115 - " 14"
115116 - " 14.0.0" # lowest supported
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ Maintenance release.
1010
1111* Misc
1212 * Widened dependency ` spdx-expression-parse@^3.0.1||^4 ` , was ` @^3.0.1 ` (via [ #993 ] )
13+ * CI/CT: test also with _ Node.js_ v21 (via [ #995 ] )
1314
1415[ #993 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/993
16+ [ #995 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/995
1517
1618## 6.1.1 -- 2023-12-01
1719
You can’t perform that action at this time.
0 commit comments