DataDog / datadog-lambda-js

The Datadog AWS Lambda Library for Node
Apache License 2.0
107 stars 35 forks source link

chore: Deprecate Node.js 14.x #486

Closed duncanista closed 6 months ago

duncanista commented 6 months ago

What does this PR do?

Drops support for Node.js 14.x.

Motivation

Since it is in deprecation phase 2 by AWS.

Testing Guidelines

Automated checks.

Additional Notes

There's a note about dc-polyfill which we should check. Not done in this PR yet. https://github.com/DataDog/datadog-lambda-js/blob/039b04efca05c20d394956ad32fc4747c05097d6/src/runtime/require-tracer.ts#L1-L3

Types of Changes

Check all that apply

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (039b04e) 82.13% compared to head (0319c1e) 82.11%.

:exclamation: Current head 0319c1e differs from pull request most recent head 66c3ccd. Consider uploading reports for the commit 66c3ccd to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #486 +/- ## ========================================== - Coverage 82.13% 82.11% -0.03% ========================================== Files 54 54 Lines 2189 2186 -3 Branches 510 509 -1 ========================================== - Hits 1798 1795 -3 Misses 329 329 Partials 62 62 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.