diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59e1fb7..0a271fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} cache: 'yarn' - cache-dependency-path: 'chrome-extension/yarn.lock' + cache-dependency-path: 'yarn.lock' registry-url: 'https://npm.pkg.github.com' - name: Install dependencies