PermanentOrg / node-sdk

Node.js SDK for Permanent.org
GNU Affero General Public License v3.0
4 stars 2 forks source link

Require Node.js 12 or later #35

Closed jasonaowen closed 2 years ago

jasonaowen commented 2 years ago

The 10.x release line of Node.js left security support in April 2021. Stop supporting and testing the SDK with Node.js 10.x, both to narrow our support matrix and to allow us to add new dependencies that require more recent versions.

Start testing with the 16.x release line, to make sure that we maintain forward compatibility.

jasonaowen commented 2 years ago

I marked the 10.x check as no longer required in the GitHub branch protection rules. I'll mark the 16.x check as required once this has been merged, so as not to block PRs based on earlier commits.

jasonaowen commented 2 years ago

Rebased