Update nodejs.yml

This commit is contained in:
Alexander Shelepenok 2020-03-15 10:39:57 +03:00 committed by GitHub
parent e9d59505e0
commit d199c020b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run test --runInBand --no-cache
- run: npm run build --if-present
- run: npm install -g yarn
- run: yarn install --frozen-lockfile
- run: yarn run lint
- run: yarn run test --runInBand --no-cache
- run: yarn run build
env:
CI: true