-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump min supported Node.js to v14.18.0 (#280)
The transitive [email protected] dep breaks on Node.js versions before v14.18.0. (Actually uuid@10 is being used, which technically no longer supports Node.js v14, but still works with later minors.) Also: * fix the conditional for installing an npm that supports workspaces * while we are changing Node versions we test with, the IITM fix came a while back, so we can test with latest v18 now Refs: googleapis/gaxios#637
- Loading branch information
Showing
4 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,15 @@ Elastic stack, so it is strongly recommended to be using a recent 8.x version. | |
|
||
## Node.js versions | ||
|
||
The Elastic Distribution for OpenTelemety Node.js supports Node.js v14 and later. | ||
The Elastic Distribution for OpenTelemety Node.js supports Node.js v14.18.0 and later. | ||
This follows from the [OpenTelemetry JS supported runtimes](https://github.com/open-telemetry/opentelemetry-js#supported-runtimes). | ||
|
||
<!-- | ||
Dev Notes on supported Node.js versions: | ||
- v14.18.0 or later is required for `node:`-prefixed core module loading, as | ||
used by [email protected], a transitive dep of `@opentelemetry/resource-detector-gcp`. | ||
--> | ||
|
||
|
||
## Instrumentations | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters