Skip to content

Commit ec58e64

Browse files
authored
ci: test node21 (#995)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 38654cd commit ec58e64

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)