File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2525 - ' 22.x'
2626 - ' 23.x'
2727 - ' 24.x'
28+ # Maintenance note: Update the semver expression `untestedVersionRange` in src/index.ts when adding new
29+ # Node.js versions to the test matrix.
2830
2931 steps :
3032 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ const versionMapping = [
1111 // OpenTelemetry JS SDK 2.x, supports Node.js >= 18.19.0 || >= 20.6.0
1212 [ '>=18.19.0' , './2.x/init' ] ,
1313] ;
14- const untestedVersionRange = '>=24.0.0' ;
14+
15+ // Maintenance note: This needs to be kept in sync with the version ranges in .github/workflows/verify.yaml, property
16+ // jobs.verify.strategy.matrix.node-version.
17+ const untestedVersionRange = '>=25.0.0' ;
1518
1619const prefix = 'Dash0 OpenTelemetry Distribution' ;
1720
You can’t perform that action at this time.
0 commit comments