diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef2a06f..01c9e09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,9 @@ jobs: node-version: 22 cache: 'npm' - name: 'npm install' - run: npm ci --prefer-offline --no-audit --no-fund + run: | + npm ci --prefer-offline --no-audit --no-fund + npm i --prefer-offline --no-audit --no-fund # fix npm bug unit-test: name: unit-tests runs-on: ubuntu-latest