Skip to content

chore(deps): bump micromatch from 4.0.4 to 4.0.8 #51

chore(deps): bump micromatch from 4.0.4 to 4.0.8

chore(deps): bump micromatch from 4.0.4 to 4.0.8 #51

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: yarn build
- name: Upload coverage report to Codecov
uses: codecov/[email protected]
with:
files: coverage/lcov.info
fail_ci_if_error: true