diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edc1b96cc..ecfe78060 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,12 +13,6 @@ jobs: - uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' - - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - name: npm ci run: 'npm ci' - name: 'Clean tree'