RodrigoTomeES / astro-rename

Astro-Rename is an Astro integration that brings postcss-rename functionality to your Astro project without the need for configuration.
https://www.npmjs.com/package/astro-rename
GNU General Public License v3.0
15 stars 4 forks source link

Remove/Downgrade node version? #5

Closed LucJosin closed 8 months ago

LucJosin commented 8 months ago

Hi @RodrigoTomeES, thanks for this awesome Astro integration.

I'm currently using node 18.X and the only way to install this integration is using the --ignore-engines. Not really a problem but i'm wondering why the requirement of node >=20.2.

https://github.com/RodrigoTomeES/astro-rename/blob/44ce009567ef82067a86e4099a517a0cdeccb926/package.json#L63-L65

RodrigoTomeES commented 8 months ago

Hi,

@LucJosin I thought that it only affect to my project, I will downgrade it to the latest LTS. But I will update again it when node 20 LTS will be released.

Cheers!

RodrigoTomeES commented 8 months ago

Resolved #7