From d8bfac1ebcbb7b840e5ef0fd5228c0a5c9f97a5e Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sat, 26 Feb 2022 03:12:29 +0000
Subject: [PATCH] .gitlab-ci.yml: npm install --legacy-peer-deps

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 759a274..ef45859 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ cache:
 pages:
   stage: deploy
   script:
-    - npm install
+    - npm install --legacy-peer-deps
     - ./node_modules/.bin/gatsby build --prefix-paths
   artifacts:
     paths:
-- 
GitLab