From 36a1cad9774d793e29d39a6cea58e2acc4ee3905 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Wed, 5 Jun 2024 16:20:44 +0200 Subject: [PATCH] ci: legacy peer deps --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index f291a39..2159483 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | - npm ci + npm ci --legacy-peer-deps npm -g install cloudron-surfer - name: Build