Improve the github lint workflow
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 @@
             - 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