influxdata / influxdb-client-js

InfluxDB 2.0 JavaScript client

Home Page:https://influxdata.github.io/influxdb-client-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch builds/tests to node 18.x

sranka opened this issue · comments

Specifications

  • Client Version: ANY
  • InfluxDB Version: ANY
  • Platform: ANY

Code sample to reproduce problem

Expected behavior

Test and builds runs with node 18, the current LTS version. Updates are required in circle ci config and readme files.

Actual behavior

Tests and builds run with node 16, which is in maintenance since 2022-10-18.

Additional info

No response

So there is no expected compatibility with Node versions that are still in active maintenance?

I find that decision pretty odd. Certainly makes me rethink investing time & effort in InfluxDb. I am totally ok with not supporting old versions forever.

So there is no expected compatibility with Node versions that are still in active maintenance?

@tkurki, compatibility is expected, so there should be no worries on your side ... we should however better run tests on lts version; nobody is saying herein that older versions are not supported ... the client still works fine with node 14 ... the users should however upgrade to lts version