diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index d13a2af..108c189 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -25,7 +25,6 @@ jobs: with: node-version: 18.x registry-url: 'https://registry.npmjs.com/' - cache: 'npm' - name: Sync dependencies run: | diff --git a/README.md b/README.md index e7232ba..858d8ed 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,6 @@ jobs: with: node-version: 18.x registry-url: 'https://registry.npmjs.com/' - cache: 'npm' - name: Sync dependencies run: |