the-via / app

GNU General Public License v3.0
764 stars 173 forks source link

Build failing with node 18 / npm@8 #172

Closed miccou closed 10 months ago

miccou commented 1 year ago

https://github.com/the-via/app/actions/runs/5362961285

It seems that this issue is common with npm@8, updating the pipelines to use node 20 instead of node 18 will result in npm@9 being used (as per https://nodejs.org/en/download/releases). npm ci now succeeds in the build.

miccou commented 1 year ago

https://github.com/the-via/app/pull/173