Skip to content

Commit b0ea917

Browse files
committed
ci: use npm11
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 8932743 commit b0ea917

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/nodejs.yml

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

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+
* Dependencies
16+
* Support `npm11` ([#1191] via [#])
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+
[#]:
1822

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

0 commit comments

Comments
 (0)