File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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 ;;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments