From c7461d44eeabfa6460ca188f00dfed840f5416fa Mon Sep 17 00:00:00 2001 From: Shivkanya Andhare <62445341+shivkanya9146@users.noreply.github.com> Date: Tue, 2 Jun 2020 19:16:44 +0530 Subject: [PATCH] remove node 13 tests (#1132) Co-authored-by: Daniel Dyla --- .circleci/config.yml | 6 ------ README.md | 1 - 2 files changed, 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 36e18dfe3..49f7be037 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -187,7 +182,6 @@ workflows: - node8 - node10 - node12 - - node13 - node14 - node12-browsers diff --git a/README.md b/README.md index b7aa80eeb..2db50aa66 100644 --- a/README.md +++ b/README.md @@ -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 |