diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4479d5f..ade6760 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -44,7 +44,7 @@ jobs: path: ~/.npm key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}} restore-keys: ${{runner.os}}-npm- - - uses: npm ci + - run: npm ci - id: output-set uses: ./ with: