diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 4435993d..3bd961d5 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -23,7 +23,7 @@ jobs: registry-url: "https://npm.pkg.github.com" cache-dependency-path: "**/package-lock.json" - name: Install npm dependencies - run: "npm ci --ignore-scripts" + run: "npm i --ignore-scripts" shell: bash env: NODE_AUTH_TOKEN: ${{ github.token }}