diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4314897ea..7b72595e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,6 +24,7 @@ jobs: with: node-version: 20 cache: "npm" + cache-dependency-path: "**/package-lock.json" registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm run lint:ci