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:
108
108
node-version :
109
109
# action based on https://github.com/actions/node-versions/releases
110
110
# see also: https://nodejs.org/en/about/releases/
111
- - " 20" # Current
112
- - " 18" # active LTS
111
+ - " 21" # Current
112
+ - " 20" # LTS
113
+ - " 18"
113
114
- " 16"
114
115
- " 14"
115
116
- " 14.0.0" # lowest supported
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ Maintenance release.
10
10
11
11
* Misc
12
12
* 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 ] )
13
14
14
15
[ #993 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/993
16
+ [ #995 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/995
15
17
16
18
## 6.1.1 -- 2023-12-01
17
19
You can’t perform that action at this time.
0 commit comments