Update node.js.yml
This commit is contained in:
parent
d2dcdb49cf
commit
f3218fdda6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue