From cde39031e730f85cfca75607ebe6caf855bf1d46 Mon Sep 17 00:00:00 2001 From: lwch Date: Thu, 2 Feb 2023 17:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9actions=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/hugo.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 7b13c8e..54b693c 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -27,12 +27,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: '16' - cache: 'npm' - # The action defaults to search for the dependency file (package-lock.json, - # npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its - # hash as a part of the cache key. - # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-data - cache-dependency-path: '**/package-lock.json' - run: npm ci