From f38fd045a82a250583a9d3b516248c4637e77d7c Mon Sep 17 00:00:00 2001 From: sashtje Date: Sun, 1 Oct 2023 19:03:57 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20temporary=20fix=20for=20dependencies?= =?UTF-8?q?=C3=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 06cb4a07..062592bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: install modules - run: npm ci + run: npm ci --force - name: build production project if: always() run: npm run build:prod