pixelastic / norska

🏔️ Custom SSG using Pug, Webpack, PostCSS and Tailwind.
https://projects.pixelastic.com/norska/
MIT License
8 stars 0 forks source link

CI fixes #117

Closed pixelastic closed 3 years ago

pixelastic commented 3 years ago

Most of the CI builds have been failing recently. I need to update them and make the build green again.

Here are the various actions to take:

pixelastic commented 3 years ago

This seems to come from a combination of node version and jest version:

https://github.com/facebook/jest/issues/8769#issuecomment-574603997

pixelastic commented 3 years ago

This has been fixed, mostly by setting --maxWorkers=2 to prevent exhausting all memory.

Then other issues surfaced, mostly caused by postCSS, which have been fixed as well.