From ec58e64192c7b0d092b871fc22bedca6b95ce030 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sat, 2 Dec 2023 17:03:04 +0100 Subject: [PATCH] ci: test node21 (#995) Signed-off-by: Jan Kowalleck --- .github/workflows/nodejs.yml | 5 +++-- HISTORY.md | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6fb59a2c4..e6f441af8 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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 diff --git a/HISTORY.md b/HISTORY.md index 207f55887..bc0a684f3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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