Skip to content

Commit

Permalink
remove node 13 tests (open-telemetry#1132)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
  • Loading branch information
shivkanya9146 and dyladan committed Jun 2, 2020
1 parent d0cccb2 commit c7461d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@ 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 All @@ -187,7 +182,6 @@ workflows:
- node8
- node10
- node12
- node13
- node14
- node12-browsers

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ 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 |
Expand Down

0 comments on commit c7461d4

Please sign in to comment.