radio-t / radio-t-site

Сайт подкаста Радио-Т
https://radio-t.com
MIT License
104 stars 57 forks source link

Update Node.js from 10 to 22 #387

Closed paskal closed 1 month ago

paskal commented 3 months ago

The only change, surprisingly, is in the archive RSS podcast-archives .rss <itunes:subtitle> field content. You can see all the changes in a single table at this link: https://jsfiddle.net/y5f9jzo4/. I've checked manually, and run in Docker for node10 vs run on node22 vs local run against the master generate three different rss results affecting only podcast-archives-short.rss and podcast-archives.rss. I'm yet trying to figure out what's the cause of the difference, as no generated files supposed to be used,

You'll need to change netlify node version to 22 in order for CI to work: current error is because node older than 12 is used.