From 0bd390f27c490cd37f17aef1c9d57bafad1ce14c Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Wed, 4 Jun 2025 19:05:34 +0200 Subject: [PATCH] #591 - force npm --- .github/workflows/code-style.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index c64ba0bf..a3cccf76 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -49,7 +49,7 @@ jobs: node-version: "20.x" - name: Install NPM Dependencies - run: npm install + run: npm install --force - name: Run lint run: npm run lint diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 001a3cd3..735f182f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: node-version: "20.x" - name: Install NPM Dependencies - run: npm install + run: npm install --force - name: Build assets run: npm run build