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