commit | c07e9ef62953f88c1118d6b517ea81085d2db9bc | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 09:52:32 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 09:52:32 2023 +0000 |
tree | c9886b6264ab0bc3aa2697d817802779686a4414 | |
parent | 9f5fca89dc6bcdfd9ae992cdfbc68d6d6c9cc900 [diff] |
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