bbc / sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
https://bbc.github.io/sqs-consumer/
Other
1.71k stars 330 forks source link

chore: dropping node 14 support #363

Closed nicholasgriffintn closed 1 year ago

nicholasgriffintn commented 1 year ago

Resolves #362

Description:

This PR removes support for Node v14 due to the removal of security support from April 30th, 2023

Type of change:

Why is this change required?:

To support new functionality, such as the AbortController, we would need a polyfill to continue to support this version.

Alongside this, if the version is not supported by the Node.JS team, we cannot confidently support Node 14 for our users without further work.

Code changes:


Checklist:

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 47f3e9f4 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 94.3% (0.0% change).

View more on Code Climate.