strapi-community / strapi-provider-upload-google-cloud-storage

Google Cloud Storage Upload Provider for Strapi
MIT License
210 stars 89 forks source link

Node 18 #180

Open galago opened 11 months ago

galago commented 11 months ago

After upgrading to latest version of Strapi that requires Node 18 I found an issue with this plugin

strapi-provider-upload-google-cloud-storage@4.0.0: The engine "node" is incompatible with this module. Expected version ">=12.x.x <=16.x.x". Got "18.16.1"

Is there any update coming to fix this issue?

alumedot commented 10 months ago

@galago, upgrade the library to v4.10.5

But the minimum node version in the library's package.json must be updated anyway since v16 EOL

galago commented 10 months ago

yeah, it's updated to the latest version but now Strapi is in V18. So this module won't work anymore

edporras commented 10 months ago

+1 for this. If I enforce node >= 18 in my package.json, the build fails because of this plugin. As per the 4.14.4 release notes, strapi is no longer guaranteed to be compatible with node < 18:

https://github.com/strapi/strapi/releases/tag/v4.14.4

galago commented 10 months ago

any news about this?