From 10e2597c10cc847d3ca7adbe623dc2a68c1db2b5 Mon Sep 17 00:00:00 2001 From: Sebastian Flick Date: Mon, 21 Oct 2024 17:07:05 +0200 Subject: [PATCH] add --force flag to install packages despice dependency issues This should resolve in a few days --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e481427..f5199d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: cache: npm - name: Install dependencies - run: npm install + run: npm install --force - name: start docker env: