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 25
25
- ' 22.x'
26
26
- ' 23.x'
27
27
- ' 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.
28
30
29
31
steps :
30
32
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ const versionMapping = [
11
11
// OpenTelemetry JS SDK 2.x, supports Node.js >= 18.19.0 || >= 20.6.0
12
12
[ '>=18.19.0' , './2.x/init' ] ,
13
13
] ;
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' ;
15
18
16
19
const prefix = 'Dash0 OpenTelemetry Distribution' ;
17
20
You can’t perform that action at this time.
0 commit comments