diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b74a72..89b47c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - cache: 'npm' - name: Install dependencies run: npm ci