open-telemetry / opentelemetry-js

OpenTelemetry JavaScript Client
https://opentelemetry.io
Apache License 2.0
2.75k stars 808 forks source link

chore: unpin unit-test from 22.6 #4977

Closed trentm closed 2 months ago

trentm commented 2 months ago

Now that Node.js 22.8 is available with a workaround (https://github.com/nodejs/node/pull/54565) for the bug in 22.7 that caused 'RangeError: "length" is outside of buffer bounds' errors in exporter tests (see https://github.com/open-telemetry/opentelemetry-js/pull/4953), we can unpin the Node.js v22 used for unit tests. This undoes the pinning from #4957.