PruvoNet / squiss-ts

High-volume Amazon SQS Poller for Node.js
Apache License 2.0
48 stars 15 forks source link

feat: allow node 16 and test on it #105

Closed Ugzuzg closed 3 years ago

Ugzuzg commented 3 years ago

Summary

Allow installing the package on Node 16.

Explain the motivation for making this change. What existing problem does the pull request solve?

Installing the package on Node 16 results in an error, because it is not listed among the supported engines.

Test plan (required)

Test on Node 16 in Travis.

regevbr commented 3 years ago

@Ugzuzg thanks for the PR! looks good, lets wait for the CI results and I will release a new version

regevbr commented 3 years ago

@Ugzuzg new version (4.2.0) is released, thanks for the PR