strapi-community / strapi-plugin-slugify

A plugin for Strapi Headless CMS that provides the ability to auto slugify a field for any content type.
https://market.strapi.io/plugins/strapi-plugin-slugify
MIT License
45 stars 21 forks source link

Bump Node Version to Match Strapi #115

Closed jtfairbank closed 12 months ago

jtfairbank commented 12 months ago

Ran into an issue deploying my Strapi App with this plugin on Digital Ocean. The strapi node versions are >=18.0.0 <=20.x.x while strapi-plugin-slugify specifies >=14.19.1 <=18.x.x. This is set in the engine.node field of package.json.

ComfortablyCoding commented 12 months ago

Thanks for the report, I'll update them to match strapis versions.

ComfortablyCoding commented 12 months ago

This should be fixed in the latest release.

jtfairbank commented 12 months ago

Awesome, tysm @ComfortablyCoding!! :partying_face:

ComfortablyCoding commented 12 months ago

your welcome :)