From efd1b9a62770c7d3ab64ac3494beeceb21bde236 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Thu, 1 Dec 2022 12:52:20 -0500 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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