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 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'npm' cache: 'yarn'
- run: npm ci - run: yarn --frozen-lockfile
- run: npm run lint - run: npm run lint
- run: npm test - run: npm test
Loading…
Cancel
Save