From c07e9ef62953f88c1118d6b517ea81085d2db9bc Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Sun, 5 Mar 2023 09:52:32 +0000 Subject: [PATCH] Improve the github lint workflow --- .github/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d0c3d2b..ade943e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,8 @@ jobs: - uses: actions/setup-node@v3.6.0 with: node-version: 19.x - - run: yarn install --immutable + cache: 'yarn' + - run: yarn install --immutable --ignore-engines - name: Compile run: yarn build - name: Run eslint