Improve the github lint workflow

pull/24/head
Skyler Grey 3 years ago
parent 9f5fca89dc
commit c07e9ef629
Signed by: Minion3665
GPG Key ID: 1AFD10256B3C714D

@ -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

Loading…
Cancel
Save