zoomoid / strapi-provider-upload-aws-s3-advanced

A partial fork of https://github.com/strapi/strapi to extend the S3 Upload Provider to support path prefixes inside a bucket
MIT License
26 stars 23 forks source link

chore!: nodejs version constraints #22

Closed zoomoid closed 1 year ago

zoomoid commented 1 year ago

⚠️ Breaking Changes

As Node 10 and Node 12 are EOL now, this PR drops further support for those versions. The only supported NodeJS versions are v14 and upwards, which aligns with strapi's constraints.

What this does