newrelic / newrelic-lambda-cli

A CLI to install the New Relic AWS Lambda integration and layers.
https://newrelic.com/products/serverless-aws-lambda
Apache License 2.0
47 stars 53 forks source link

chore: Removed support for deprecated Node runtimes #257

Closed mrickard closed 8 months ago

mrickard commented 8 months ago

Node 12 and 14 are no longer supported by AWS as runtimes for Lambda. This removes them, and adds Node 18 to the README.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (cab5cfc) 78.89% compared to head (81df9c3) 78.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #257 +/- ## ======================================= Coverage 78.89% 78.89% ======================================= Files 16 16 Lines 1270 1270 ======================================= Hits 1002 1002 Misses 268 268 ```

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