Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #69

chore(deps): bump micromatch from 4.0.5 to 4.0.8

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #69

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
run: yarn
- name: build
run: yarn run build
- name: test
run: yarn test