Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
--openssl-legacy-provider
flag for the old Webpack version.node-sass
(which relies on Python 2) withsass
, which doesn't require a build.package-lock.json
with the new version (same packages except for the change tosass
).sass
instead ofnode-sass
and committed changes tomanifest.json
.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 onlypodcast-archives-short.rss
andpodcast-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.