Skip to content

Commit

Permalink
chore(ci): remove Node.js 15 from test matrix again
Browse files Browse the repository at this point in the history
Node.js 15 is a non-LTS version and it is end of life since 2021-06-01.
Although all Instana packages work perfectly fine with Node.js 15, it
is no longer officially supported. See Instana's Node.js version
support policy at
https://www.instana.com/docs/ecosystem/node-js/#supported-nodejs-versions
for details. Node.js 6, 8, 10, 12, 14 and 16 are the currently
supported versions.
  • Loading branch information
basti1302 committed Jun 8, 2021
1 parent d980d91 commit 2691c03
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,22 +276,6 @@ jobs:
- <<: *nats-streaming
<<: *shared

"node-15":
docker:
- image: circleci/node:15
- <<: *zookeeper
- <<: *elasticsearch
- <<: *mongo
- <<: *redis
- <<: *kafka
- <<: *mysql
- <<: *postgres
- <<: *mssql
- <<: *rabbitmq
- <<: *nats
- <<: *nats-streaming
<<: *shared

"node-14":
docker:
- image: circleci/node:14
Expand Down Expand Up @@ -361,7 +345,6 @@ workflows:
build:
jobs:
- "node-16"
- "node-15"
- "node-14"
- "node-12"
- "node-10"
Expand Down

0 comments on commit 2691c03

Please sign in to comment.