Browse Source

Update build

pull/4282/head
Artur Arseniev 4 years ago
parent
commit
30cda111f9
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -20,7 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: npm run lint
- run: npm test
Loading…
Cancel
Save