diff --git a/.github/workflows/cache-tests.yml b/.github/workflows/cache-tests.yml index 79654460..9dee0657 100644 --- a/.github/workflows/cache-tests.yml +++ b/.github/workflows/cache-tests.yml @@ -43,7 +43,7 @@ jobs: # that is needed - name: Compile cache package run: | - npm install --omit=dev + npm ci --omit=dev npm run tsc working-directory: packages/cache