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

Node 18

Opened this issue · 4 comments

galago commented

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?

@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

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

+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

any news about this?