Skip to content

fix(deps-dev): bump lint-staged from 12.4.1 to 14.0.1 #709

fix(deps-dev): bump lint-staged from 12.4.1 to 14.0.1

fix(deps-dev): bump lint-staged from 12.4.1 to 14.0.1 #709

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: npm ci --no-audit
- run: npm run lint --if-present
- run: npm test
- run: npm run build --if-present
env:
CI: true