Update lint action

pull/1792/head
zomars 2022-02-09 15:24:14 -07:00 committed by Omar López
parent c9b1f52382
commit 2c2a97de73
1 changed files with 5 additions and 2 deletions

View File

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