diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dd28c8c2..de05c9ae 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,8 +21,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - working-directory: ./core cache: yarn + cache-dependency-path: core/yarn.lock node-version: 16 - name: Install