diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6e944be3..cd28e1f6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,11 +8,8 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - name: Clear Cache - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} + - name: Clear npm cache + run: npm cache clean --force - uses: actions/checkout@v3