diff --git a/.github/workflows/studio-tests.yml b/.github/workflows/studio-tests.yml index ecaf95ff68628..e18014f902e02 100644 --- a/.github/workflows/studio-tests.yml +++ b/.github/workflows/studio-tests.yml @@ -36,9 +36,9 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - cache: 'npm' + # cache: 'npm' - name: Install deps - run: npm ci + run: npm i --no-audit working-directory: ./ - name: Run Tests env: