Skip to content

Commit

Permalink
Reintroduce node 13 tests (open-telemetry#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed May 6, 2020
1 parent b5569f8 commit c454d6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ jobs:
- image: node:12
environment: *node_test_env
<<: *node_unit_tests
node13:
docker:
- image: node:13
environment: *node_test_env
<<: *node_unit_tests
node14:
docker:
- image: node:14
Expand Down Expand Up @@ -213,6 +218,7 @@ workflows:
- node8
- node10
- node12
- node13
- node14
- node12-browsers

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ If you are a library author looking to build OpenTelemetry into your library, pl
Platform Version | Supported
---------------- | ---------
Node.JS `v14` | ✅
Node.JS `v13` | ✅
Node.JS `v12` | ✅
Node.JS `v10` | ✅
Node.JS `v8` | See [Node Support](#node-support) below
Web Browsers | ✅ See [Browser Support](#browser-support) below

### Node Support
Automated tests are run using the latest release of each currently supported LTS version of Node.JS.
Automated tests are run using the latest release of each currently active version of Node.JS.
While Node.JS v8 is no longer supported by the Node.JS team, the latest version of Node.JS v8 is still included in our testing suite.
Please note that versions of Node.JS v8 prior to `v8.5.0` will NOT work, because OpenTelemetry Node depends on the `perf_hooks` module introduced in `v8.5.0`

Expand Down

0 comments on commit c454d6c

Please sign in to comment.