Skip to content

Commit 1070c28

Browse files
authored
ci: use npm11 (#1203)
fixes #1191 Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9f707a3 commit 1070c28

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ jobs:
183183
NODE_VERSION: '${{ matrix.node-version }}'
184184
run:
185185
case "$NODE_VERSION" in
186+
'23' | '22')
187+
npm i -g npm@^11
188+
;;
186189
'20' | '18')
187190
npm i -g npm@^10
188191
;;

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ All notable changes to this project will be documented in this file.
1212
* Changed
1313
* Replace usage of internals `Stringable` & `SortableStringables` with public aliases API ([#1192] via [#1202])
1414
This is considered a non-breaking change, as the types are not changed, but made publicly available.
15+
* Misc
16+
* Support `npm11` ([#1191] via [#1203])
1517

18+
[#1191]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1191
1619
[#1192]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1192
1720
[#1202]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1202
21+
[#1203]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1203
1822

1923
## 7.0.0 -- 2024-11-26
2024

0 commit comments

Comments
 (0)