From d3a7447e1856915e75587f1057b5b60620d5a2ad Mon Sep 17 00:00:00 2001 From: fz6m <59400654+fz6m@users.noreply.github.com> Date: Wed, 3 May 2023 05:01:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ci=20cache=20=F0=9F=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync.yml | 1 - README.md | 1 - 2 files changed, 2 deletions(-) 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: |