Skip to content

Commit

Permalink
ci: test node21 (#995)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Dec 2, 2023
1 parent 38654cd commit ec58e64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ jobs:
node-version:
# action based on https://github.com/actions/node-versions/releases
# see also: https://nodejs.org/en/about/releases/
- "20" # Current
- "18" # active LTS
- "21" # Current
- "20" # LTS
- "18"
- "16"
- "14"
- "14.0.0" # lowest supported
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ Maintenance release.

* Misc
* Widened dependency `spdx-expression-parse@^3.0.1||^4`, was `@^3.0.1` (via [#993])
* CI/CT: test also with _Node.js_ v21 (via [#995])

[#993]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/993
[#995]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/995

## 6.1.1 -- 2023-12-01

Expand Down

0 comments on commit ec58e64

Please sign in to comment.