Update node.js.yml
This commit is contained in:
parent
967aaae925
commit
dfedfba4b4
|
@ -24,7 +24,6 @@ jobs:
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn type-check
|
- run: yarn type-check
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
|
|
Loading…
Reference in New Issue