Update node.js.yml

This commit is contained in:
tjshipe 2022-03-25 13:52:13 -04:00 committed by GitHub
parent d2dcdb49cf
commit f3218fdda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: yarn install --frozen-lockfile
- run: yarn type-check
- run: yarn lint