Update lint action

This commit is contained in:
zomars 2022-02-09 15:24:14 -07:00 committed by Omar López
parent c9b1f52382
commit 2c2a97de73

View file

@ -13,12 +13,15 @@ jobs:
fetch-depth: 0
- name: Use Node.js 14.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
version: 14.x
- name: Install deps
uses: bahmutov/npm-install@v1
run: yarn
- name: Lint
run: yarn lint
- name: Type Checks
run: tsc