gajus / lightship

Abstracts readiness, liveness and startup checks and graceful shutdown of Node.js services running in Kubernetes.
Other
519 stars 32 forks source link

Wrong node version requirement #20

Closed renodesu closed 4 years ago

renodesu commented 4 years ago

Version 6.0.0 states that support for "Node >=10" but the code refers to >10 (https://github.com/gajus/lightship/commit/85461c12e871bb71af6bf00d7a232fcb87ae021d) and is probably not intentional?

Currently 6.0.1 (latest) ends up with errors when trying to install with Node 10.x:

error lightship@6.0.1: The engine "node" is incompatible with this module. Expected version ">10". Got "10.18.1"
gajus commented 4 years ago

:tada: This issue has been resolved in version 6.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: