PrestaShop / prestashop-flashlight

A docker based testing utility for PrestaShop
MIT License
24 stars 10 forks source link

fix(build): [breaking] only ship Node.js for PrestaShop >= 8.0 #52

Closed jokesterfr closed 9 months ago

jokesterfr commented 9 months ago

@nicosomb I have issues while x-compiling to aarch64 on Alpine. This prevent me from releasing new images of flashlight, which is cumbersome.

If this is not an issue to your use case, I would like to diminish the node.js footprint, as it grabs python3 and an infinite number of dependencies with it.

After this one, I'll have a look at the PrestaShop core, if it's doable to extend Node.js compatibility up to 20.10 LTS.