Update lint.yml

This commit is contained in:
Daniel Lautzenheiser 2022-12-01 12:52:20 -05:00 committed by GitHub
parent 87b5f993a9
commit efd1b9a627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,8 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
working-directory: ./core
cache: yarn cache: yarn
cache-dependency-path: core/yarn.lock
node-version: 16 node-version: 16
- name: Install - name: Install