keptn-sandbox / keptn-azure-devops-extension

Azure DevOps Extension for integrating Keptn with your Azure DevOps Pipelines
Apache License 2.0
6 stars 4 forks source link

Ensure compatibility for devs with the latest NodeJS versions #60

Open christian-kreuzberger-dtx opened 2 years ago

christian-kreuzberger-dtx commented 2 years ago

We seem to run into problems with NodeJS v10 and NodeJS v17.4

NodeJS v17.4 gives this error when trying to compile:

error TS2571: Object is of type 'unknown'.

For now, NodeJS v14 seems to work fine though.

Definition of Done