Skip to content

Pin gatsby-cli version to fix build issues

Sandro Lutz requested to merge fix-gatsby-cli-version into master

The CI pipeline failed lately because the gatsby-cli couldn't be installed as some dependencies do not support Node 14 anymore.

Therefore we have to stick with an older version of the gatsby-cli for now until the migration to Next.js is completed (See MR !58 (closed)).

Merge request reports