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