Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Add node v18 support #27

Closed chohner closed 1 year ago

chohner commented 1 year ago

Node 18 is supported in strapi since https://github.com/strapi/strapi/pull/14350

This updates the corresponding node engine to supported the same range

closes https://github.com/Barelydead/strapi-plugin-populate-deep/issues/23

kuyazee commented 1 year ago

Please merge this.

Would be great if @Barelydead could add collaborators on this package as well

Barelydead commented 1 year ago

Merge this now and realased a new version v2.0.0

raineydavid commented 1 year ago

package.json still states "engines": { "node": ">=14.19.1 <=18.x.x", "npm": ">=6.0.0" },